File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2772,7 +2772,7 @@ lopy4.menu.DebugLevel.verbose.build.code_debug=5
2772
2772
oroca_edubot.name=OROCA EduBot
2773
2773
2774
2774
oroca_edubot.upload.tool=esptool_py
2775
- oroca_edubot.upload.maximum_size=1310720
2775
+ oroca_edubot.upload.maximum_size=3145728
2776
2776
oroca_edubot.upload.maximum_data_size=327680
2777
2777
oroca_edubot.upload.wait_for_upload_port=true
2778
2778
@@ -2788,9 +2788,16 @@ oroca_edubot.build.f_cpu=240000000L
2788
2788
oroca_edubot.build.flash_mode=dio
2789
2789
oroca_edubot.build.flash_size=4MB
2790
2790
oroca_edubot.build.boot=dio
2791
- oroca_edubot.build.partitions=default
2791
+ oroca_edubot.build.partitions=huge_app
2792
2792
oroca_edubot.build.defines=
2793
2793
2794
+ oroca_edubot.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA)
2795
+ oroca_edubot.menu.PartitionScheme.huge_app.build.partitions=huge_app
2796
+ oroca_edubot.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
2797
+ oroca_edubot.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
2798
+ oroca_edubot.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
2799
+ oroca_edubot.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
2800
+
2794
2801
oroca_edubot.menu.FlashFreq.80=80MHz
2795
2802
oroca_edubot.menu.FlashFreq.80.build.flash_freq=80m
2796
2803
oroca_edubot.menu.FlashFreq.40=40MHz
You can’t perform that action at this time.
0 commit comments