Fix maximum allowed data size for ESP32
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
"name": "Noduino Quantum",
|
||||
"upload": {
|
||||
"flash_size": "16MB",
|
||||
"maximum_ram_size": 294912,
|
||||
"maximum_ram_size": 327680,
|
||||
"maximum_size": 16777216,
|
||||
"protocol": "esptool",
|
||||
"protocols": [
|
||||
|
||||
Reference in New Issue
Block a user