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.
2 parents e568c6c + be30513 commit 8d193baCopy full SHA for 8d193ba
targets/esp32/jshardware.c
@@ -735,9 +735,9 @@ JsVar *jshFlashGetFree() {
735
if (!jsFreeFlash) return 0;
736
// Space reserved here in the parition table - using sub type 0x40
737
// This should be read from the partition table
738
- addFlashArea(jsFreeFlash, 0xE000, 0x2000);
739
- addFlashArea(jsFreeFlash, 0x2B0000, 0x10000);
740
-
+ addFlashArea(jsFreeFlash, 0xE000, 0x2000);
+ addFlashArea(jsFreeFlash, 0x310000, 0x10000);
+ addFlashArea(jsFreeFlash, 0x360000, 0xA0000);
741
return jsFreeFlash;
742
}
743
0 commit comments