- Add SSD1306 128x64 OLED display with attenuation bar, dB readout, step counter, sweep indicator, and WiFi RSSI - Switch all debug output to Serial0 (UART0 via CH343) for consistent serial comms when USB CDC is not used - Remove unused USB.h includes from all source files - Add development notes to CLAUDE.md (no stty, serial config docs)
16 lines
436 B
INI
16 lines
436 B
INI
[env:esp32-s3-devkitc-1]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
board_build.arduino.memory_type = qio_opi ; Use octal PSRAM
|
|
lib_deps =
|
|
mathieucarbou/ESPAsyncWebServer @ ^3.6.0
|
|
bblanchon/ArduinoJson @ ^7.3.0
|
|
adafruit/Adafruit SSD1306 @ ^2.5.13
|
|
adafruit/Adafruit GFX Library @ ^1.11.11
|
|
monitor_speed = 115200
|
|
board_build.filesystem = littlefs
|
|
build_flags =
|
|
-DCORE_DEBUG_LEVEL=0
|
|
-Os
|