Development Tools
IDE 1.x
I use ESP32-S3. After compiling and uploading the code below, nothing will be printed on the IDE serial monitor. The speed of the IDE serial monitor is also set to 9600bps. void setup() { Serial.begin(9600); } void loop() { ...
Reading time: 1 mins 🕑
Likes: 3 ❤