You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /esp32/hardware/esp32/3.0.1/cores/esp32/Arduino.h:200,
from /sketch/ghgh.cpp:1:
/esp32/hardware/esp32/3.0.1/cores/esp32/HardwareSerial.h:356:16: error: 'Serial0' does not name a type; did you mean 'Serial'?
356 | #define Serial Serial0
| ^~~~~~~
/sketch/ghgh.cpp:2:1: note: in expansion of macro 'Serial'
2 | Serial.println("dddd");
| ^~~~~~
The text was updated successfully, but these errors were encountered:
This is bug on your website:
In file included from /esp32/hardware/esp32/3.0.1/cores/esp32/Arduino.h:200,
from /sketch/ghgh.cpp:1:
/esp32/hardware/esp32/3.0.1/cores/esp32/HardwareSerial.h:356:16: error: 'Serial0' does not name a type; did you mean 'Serial'?
356 | #define Serial Serial0
| ^~~~~~~
/sketch/ghgh.cpp:2:1: note: in expansion of macro 'Serial'
2 | Serial.println("dddd");
| ^~~~~~
The text was updated successfully, but these errors were encountered: