Attempt at building a platformio version before starting on changes to testing
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user