mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 02:28:28 +02:00
Fix filesystem size for RP2040 OTA (#3947)
This commit is contained in:
@@ -148,7 +148,7 @@ async def to_code(config):
|
||||
)
|
||||
|
||||
cg.add_platformio_option("board_build.core", "earlephilhower")
|
||||
cg.add_platformio_option("board_build.filesystem_size", "0.5m")
|
||||
cg.add_platformio_option("board_build.filesystem_size", "1m")
|
||||
|
||||
ver: cv.Version = CORE.data[KEY_CORE][KEY_FRAMEWORK_VERSION]
|
||||
cg.add_define(
|
||||
|
||||
Reference in New Issue
Block a user