2025-04-26 13:44:48 +00:00
|
|
|
[platformio]
|
|
|
|
default_envs = usermods_esp32, usermods_esp32c3, usermods_esp32s2, usermods_esp32s3
|
|
|
|
|
|
|
|
[env:usermods_esp32]
|
2025-06-16 17:51:08 +00:00
|
|
|
extends = env:esp32dev_V4
|
2025-04-26 13:52:13 +00:00
|
|
|
custom_usermods = ${usermods.custom_usermods}
|
2025-06-28 13:03:06 +00:00
|
|
|
board_build.partitions = ${esp32.extreme_partitions} ; We're gonna need a bigger boat
|
|
|
|
|
2025-04-26 13:44:48 +00:00
|
|
|
|
|
|
|
[env:usermods_esp32c3]
|
2025-06-16 17:51:08 +00:00
|
|
|
extends = env:esp32c3dev
|
2025-04-26 13:44:48 +00:00
|
|
|
board = esp32-c3-devkitm-1
|
2025-04-26 13:52:13 +00:00
|
|
|
custom_usermods = ${usermods.custom_usermods}
|
2025-06-28 13:03:06 +00:00
|
|
|
board_build.partitions = ${esp32.extreme_partitions} ; We're gonna need a bigger boat
|
|
|
|
|
2025-04-26 13:44:48 +00:00
|
|
|
|
|
|
|
[env:usermods_esp32s2]
|
2025-06-16 17:51:08 +00:00
|
|
|
extends = env:lolin_s2_mini
|
2025-04-26 13:52:13 +00:00
|
|
|
custom_usermods = ${usermods.custom_usermods}
|
2025-06-28 13:03:06 +00:00
|
|
|
board_build.partitions = ${esp32.extreme_partitions} ; We're gonna need a bigger boat
|
|
|
|
|
2025-04-26 13:44:48 +00:00
|
|
|
|
|
|
|
[env:usermods_esp32s3]
|
2025-06-16 17:51:08 +00:00
|
|
|
extends = env:esp32s3dev_16MB_opi
|
2025-04-26 13:52:13 +00:00
|
|
|
custom_usermods = ${usermods.custom_usermods}
|
2025-06-28 13:03:06 +00:00
|
|
|
board_build.partitions = ${esp32.extreme_partitions} ; We're gonna need a bigger boat
|
|
|
|
|
2025-04-26 14:54:14 +00:00
|
|
|
|
2025-01-22 10:09:51 +00:00
|
|
|
|
2025-04-26 13:52:13 +00:00
|
|
|
[usermods]
|
|
|
|
# Added in CI
|