Borstenhorst wrote:from where you doing this?
user_main.c
Lets get the party started and +1
[url=https://www.banggood.com/custlink/KvGGhGF4wG[/url]
I like ESP8266 and ESP8285 and ESP32
Explore... Chat... Share...
Borstenhorst wrote:from where you doing this?
void ICACHE_FLASH_ATTR
at_init(void)
{
system_os_task(at_busyTask, at_busyTaskPrio, at_busyTaskQueue, at_busyTaskQueueLen);
system_os_task(at_procTask, at_procTaskPrio, at_procTaskQueue, at_procTaskQueueLen);
hardcoded_connect();
}
void hardcoded_connect();
void auto_setup_elapsed();
static volatile os_timer_t auto_setup;
void hardcoded_connect()
{
os_timer_disarm(&auto_setup);
//Setup timer
os_timer_setfn(&auto_setup, (os_timer_func_t *)auto_setup_elapsed, NULL);
//Set up the timer, (timer, milliseconds, 1=cycle 0=once)
os_timer_arm(&auto_setup, 2000, 0);
}
void auto_setup_elapsed()
{
char temp[128];
os_sprintf(temp,"=\"TCP\",\"yourURL\",80");
at_setupCmdCipStartLog(19,temp);
}
Borstenhorst wrote:I present: the worst hack ever
void auto_setup_elapsed()
{
char temp[128];
os_sprintf(temp,"=\"TCP\",\"192.168.2.69/new_value.php?d=5&o=4\",80");
//at_setupCmdCipStartLog(19,temp);
at_setupCmdCipstart(12,temp);
}
Borstenhorst wrote:I present: the worst hack ever
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]