Skip to content

Commit

Permalink
Fix flash sizes and url in board files
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzwald committed Mar 1, 2022
1 parent 609ba3b commit 24d62fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boards/fujinet-v1-4mb.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"require_upload_port": true,
"speed": 460800
},
"url": "https://github.com/FujiNetWIFI/atariwifi",
"url": "https://github.com/FujiNetWIFI/fujinet-platformio",
"vendor": "FujiNet Project"
}
6 changes: 3 additions & 3 deletions boards/fujinet-v1-8mb.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "esp32",
Expand All @@ -33,7 +33,7 @@
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"maximum_size": 8388608,
"protocols": [
"esptool",
"espota",
Expand All @@ -42,6 +42,6 @@
"require_upload_port": true,
"speed": 460800
},
"url": "https://github.com/FujiNetWIFI/atariwifi",
"url": "https://github.com/FujiNetWIFI/fujinet-platformio",
"vendor": "FujiNet Project"
}
4 changes: 2 additions & 2 deletions boards/fujinet-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 4521984,
"maximum_size": 4194304,
"maximum_size": 16777216,
"protocols": [
"esptool",
"espota",
Expand All @@ -42,6 +42,6 @@
"require_upload_port": true,
"speed": 460800
},
"url": "https://github.com/FujiNetWIFI/atariwifi",
"url": "https://github.com/FujiNetWIFI/fujinet-platformio",
"vendor": "FujiNet Project"
}

0 comments on commit 24d62fc

Please sign in to comment.