8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac2de7 commit b30e55eCop 8000 y full SHA for b30e55e
boards.txt
@@ -257,6 +257,15 @@ pico32.build.boot=dio
257
pico32.build.partitions=default
258
pico32.build.defines=
259
260
+pico32.menu.PartitionScheme.default=Default
261
+pico32.menu.PartitionScheme.default.build.partitions=default
262
+pico32.menu.PartitionScheme.no_ota=No OTA (Large APP)
263
+pico32.menu.PartitionScheme.no_ota.build.partitions=no_ota
264
+pico32.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
265
+pico32.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
266
+pico32.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
267
+pico32.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
268
+
269
pico32.menu.UploadSpeed.921600=921600
270
pico32.menu.UploadSpeed.921600.upload.speed=921600
271
pico32.menu.UploadSpeed.115200=115200
0 commit comments