Attempt at building a platformio version before starting on changes to testing

This commit is contained in:
2026-06-07 17:57:42 +10:00
parent 95bc2ae9fe
commit 13881ae6c6
15 changed files with 2382 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"build": {
"core": "arduino",
"extra_flags": "-DARDUINO_AVR_MEGA2560",
"f_cpu": "11059200L",
"mcu": "atmega2560",
"variant": "mega"
},
"frameworks": ["arduino"],
"name": "WII5 v2 (ATmega2560 3V3 11.0592MHz)",
"url": "https://github.com/scottpenrose/WII5Firmware",
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 258048,
"protocol": "arduino",
"speed": 230400
},
"vendor": "WII"
}