If I add a debug watch window to ESP8266 (wemos mini) sketches it results in the following error
note: in expansion of macro ‘F’
-
XOD_DEBUG_SERIAL.print(F("ERR"));*
-
^*
Without the debug watch the sketch uploads and works fine.
Is there a particular setting that is needed to get debug watch working for ESP8266 boards?
Thanks