schufti wrote:if you are using latest esp arduino core, switch back to 2.4.2
the same thing is happening with this version
Explore... Chat... Share...
Moderator: igrr
schufti wrote:if you are using latest esp arduino core, switch back to 2.4.2
ets Jan 8 2013,rst cause:0, boot mode:(3,6)
unknown reset
ets_main.c ⸮
int LED = 5;
uint32_t TIEMPO_DeepSleep = 4e6;
void setup() {
Serial.begin(115200);
pinMode(LED, OUTPUT);
digitalWrite(LED, HIGH);
// TIEMPO_Referencia = millis();
}
void loop() {
if (millis() > 3000){
Serial.println();
ESP.deepSleep(TIEMPO_DeepSleep, WAKE_RF_DISABLED);
}
}
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
vbb28d4a3
~ld
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[…]