eg: PROVIDE ( ets_post = 0x40000e24 ) where the ets_post function is then
called with ets_post(LOOP_TASK_PRIORITY, 0, 0).
Can anyone confirm that these addresses are in the ESP8266 firmware, rather
than the Arduino shim, and does anyone know of any documentation covering
the ESP8266 firmware calls? (Apart from their names in the Arduino software.)
Thanks - Will