system_deep_sleep_set_option(2); // Wake with No RF CAL
system_deep_sleep_instant(6000000);
which trimmed off 96ms from the end... exactly what I wanted, however now RF_CAL seems to be occurring on every wakeup despite the fact I'm setting it to be off. That's a big power spike which I don't want.
I'm not having any luck with Espressif tech support getting back to me so any suggestions welcome.
P.S. system_deep_sleep_set_option(4); does work in that it turns off the RF altogether, so there seems to be a bug with system_deep_sleep_set_option(2);
P.P.S. I also wrote esp_init_data_setting.bin to 0x3fc000 on a Wemos d1 mini board
Statistics: Posted by wb8wka — Sat Jul 08, 2017 6:31 pm
]]>