Skip to content

Commit

Permalink
set BOD fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Nov 22, 2017
1 parent 0568711 commit d8c637d
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions boards/openevse.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"build": {
"core": "arduino",
"extra_flags": "-DARDUINO_ARCH_AVR -DAVR_OPENEVSE",
"f_cpu": "16000000L",
"mcu": "atmega328p",
"core": "arduino",
"extra_flags": "-DARDUINO_ARCH_AVR -DAVR_OPENEVSE",
"f_cpu": "16000000L",
"mcu": "atmega328p",
"variant": "standard"
},
},
"frameworks": [
"arduino"
],
"name": "OpenEVSE",
],
"fuses": {
"efuse": "0x04",
"hfuse": "0xDF",
"lfuse": "0xFF"
},
"name": "OpenEVSE",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 32768,
"protocol": "arduino",
"require_upload_port": true,
"maximum_ram_size": 2048,
"maximum_size": 32768,
"protocol": "arduino",
"require_upload_port": true,
"speed": 115200
},
"url": "https://www.openevse.com/",
},
"url": "https://www.openevse.com/",
"vendor": "OpenEVSE"
}

0 comments on commit d8c637d

Please sign in to comment.