This commit is contained in:
2026-06-16 04:59:02 +10:00
parent e139079a3c
commit 436d452deb
14 changed files with 399 additions and 135 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ Serial2.begin(57600, SERIAL_8N1, /*RX=*/16, /*TX=*/17);
GPIO16/17 are safe general-purpose pins on most ESP32 dev boards. (On a few modules with
PSRAM these pins are reserved — pick two other free UART-capable GPIOs and update the
sketch if so.) See `esp32/sppro_esp32.ino`.
sketch if so.) See `examples/Esp32SerialMonitor/`.
## Quick bring-up checks