Increase MAX_NUM_NODES on high-flash ESP32_S3 (#6311)

This commit is contained in:
Austin
2025-03-18 20:19:51 -05:00
committed by GitHub
parent 8efc9702d3
commit 6673cb9292
34 changed files with 155 additions and 79 deletions
+2 -2
View File
@@ -4,6 +4,7 @@ board = icarus
board_level = extra
board_check = true
board_build.mcu = esp32s3
board_build.partitions = default_8MB.csv
upload_protocol = esptool
upload_speed = 921600
platform_packages = platformio/framework-arduinoespressif32@https://github.com/PowerFeather/powerfeather-meshtastic-arduino-lib/releases/download/2.0.16a/esp32-2.0.16.zip
@@ -15,5 +16,4 @@ build_unflags =
build_flags =
${esp32s3_base.build_flags} -D PRIVATE_HW -I variants/icarus
-DBOARD_HAS_PSRAM
-DARDUINO_USB_MODE=0
-DARDUINO_USB_MODE=0