Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 034a900c20 | |||
|
0a2afbaa24
|
+12
-1
@@ -22,24 +22,35 @@ lib_deps =
|
|||||||
knolleary/PubSubClient@^2.8
|
knolleary/PubSubClient@^2.8
|
||||||
|
|
||||||
[env:esp32-s3-devkitc-1]
|
[env:esp32-s3-devkitc-1]
|
||||||
platform = ${common.platform_esp32}
|
|
||||||
board = esp32-s3-devkitc-1
|
board = esp32-s3-devkitc-1
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
|
; Arduino-ESP32 3.x images overflow the default dual-OTA app slot; this
|
||||||
|
; firmware has no OTA, so use a single large app partition.
|
||||||
|
board_build.partitions = huge_app.csv
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = ${common.platform_esp32}
|
platform = ${common.platform_esp32}
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
|
; Arduino-ESP32 3.x images overflow the default dual-OTA app slot; this
|
||||||
|
; firmware has no OTA, so use a single large app partition.
|
||||||
|
board_build.partitions = huge_app.csv
|
||||||
|
|
||||||
[env:esp32-C3-devkitm-1]
|
[env:esp32-C3-devkitm-1]
|
||||||
platform = ${common.platform_esp32}
|
platform = ${common.platform_esp32}
|
||||||
board = esp32-c3-devkitm-1
|
board = esp32-c3-devkitm-1
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
|
; Arduino-ESP32 3.x images overflow the default dual-OTA app slot; this
|
||||||
|
; firmware has no OTA, so use a single large app partition.
|
||||||
|
board_build.partitions = huge_app.csv
|
||||||
|
|
||||||
[env:esp32-c6-devkitc-1]
|
[env:esp32-c6-devkitc-1]
|
||||||
platform = ${common.platform_esp32}
|
platform = ${common.platform_esp32}
|
||||||
board = esp32-c6-devkitc-1
|
board = esp32-c6-devkitc-1
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
|
; Arduino-ESP32 3.x images overflow the default dual-OTA app slot; this
|
||||||
|
; firmware has no OTA, so use a single large app partition.
|
||||||
|
board_build.partitions = huge_app.csv
|
||||||
|
|
||||||
[env:rpipico2w]
|
[env:rpipico2w]
|
||||||
; RP2350 support requires the maxgerhardt fork of the raspberrypi platform
|
; RP2350 support requires the maxgerhardt fork of the raspberrypi platform
|
||||||
|
|||||||
Reference in New Issue
Block a user