File tree Expand file tree Collapse file tree 3 files changed +38
-13
lines changed Expand file tree Collapse file tree 3 files changed +38
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "build" : {
3- "core" : " bean" ,
4- "extra_flags" : " -DARDUINO_ARCH_AVR" ,
5- "f_cpu" : " 8000000L" ,
6- "mcu" : " atmega328p" ,
3+ "core" : " bean" ,
4+ "extra_flags" : " -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO " ,
5+ "f_cpu" : " 8000000L" ,
6+ "mcu" : " atmega328p" ,
77 "variant" : " bean"
8- },
8+ },
99 "frameworks" : [
1010 " arduino"
11- ],
12- "name" : " LightBlue Bean" ,
11+ ],
12+ "name" : " LightBlue Bean" ,
1313 "upload" : {
14- "maximum_ram_size" : 2048 ,
15- "maximum_size" : 32256
16- },
17- "url" : " https://punchthrough.com/bean" ,
14+ "maximum_ram_size" : 2048 ,
15+ "maximum_size" : 32256 ,
16+ "protocol" : " arduino" ,
17+ "require_upload_port" : true ,
18+ "speed" : 57600
19+ },
20+ "url" : " https://punchthrough.com/bean" ,
1821 "vendor" : " Punch Through"
1922}
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "core" : " bean" ,
4+ "extra_flags" : " -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO" ,
5+ "f_cpu" : " 16000000L" ,
6+ "mcu" : " atmega328p" ,
7+ "variant" : " bean+"
8+ },
9+ "frameworks" : [
10+ " arduino"
11+ ],
12+ "name" : " LightBlue Bean+" ,
13+ "upload" : {
14+ "maximum_ram_size" : 2048 ,
15+ "maximum_size" : 32256 ,
16+ "protocol" : " arduino" ,
17+ "require_upload_port" : true ,
18+ "speed" : 115200
19+ },
20+ "url" : " https://punchthrough.com/bean" ,
21+ "vendor" : " Punch Through"
22+ }
Original file line number Diff line number Diff line change 1313 "type" : " git" ,
1414 "url" : " https://github.com/platformio/platform-atmelavr.git"
1515 },
16- "version" : " 1.2.0 " ,
16+ "version" : " 1.2.1 " ,
1717 "packageRepositories" : [
1818 " https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
1919 " https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download" ,
3838 "framework-arduinoavr" : {
3939 "type" : " framework" ,
4040 "optional" : true ,
41- "version" : " ~1.10612.0 "
41+ "version" : " ~1.10612.1 "
4242 },
4343 "framework-simba" : {
4444 "type" : " framework" ,
You can’t perform that action at this time.
0 commit comments