Skip to content

Commit f21d301

Browse files
authored
set sparkle motion boards to min_spiffs partition scheme
1 parent cb0c5bc commit f21d301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

all_platforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"wippersnapper_feather_esp32" : ["esp32:esp32:featheresp32:FlashFreq=80,PartitionScheme=min_spiffs", None, None],
1717
"feather_esp32_v2" : ["esp32:esp32:adafruit_feather_esp32_v2", None, None],
1818
"qtpy_esp32" : ["esp32:esp32:adafruit_qtpy_esp32_pico", None, None],
19-
"sparklemotion_esp32" : ["esp32:esp32:sparklemotion", None, None],
20-
"sparklemotionmini_esp32" : ["esp32:esp32:sparklemotionmini", None, None],
19+
"sparklemotion_esp32" : ["esp32:esp32:sparklemotion,PartitionScheme=min_spiffs", None, None],
20+
"sparklemotionmini_esp32" : ["esp32:esp32:sparklemotionmini,PartitionScheme=min_spiffs", None, None],
2121
## ESP32-C3/C6
2222
"feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:FlashMode=qio", None, None],
2323
"wippersnapper_feather_esp32c6" : ["esp32:esp32:adafruit_feather_esp32c6:CDCOnBoot=cdc,CPUFreq=160,FlashFreq=80,FlashMode=qio,PartitionScheme=min_spiffs", None, None],

0 commit comments

Comments
 (0)