ESP8266 sketch does not compile when using debug watch

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

Update. It now works after updating the Arduino packages and toolchains under the Deploy tab.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.