Skip to content

Commit a1c71b4

Browse files
committed
Updated boards.txt to have to variants of sensebender micro : 1Mhz and 8Mhz
1 parent 4858b18 commit a1c71b4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

hardware/MySensors/avr/boards.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
menu.cpu=Processor
12

23
MysensorsMicro.name=Sensebender Micro
34

@@ -19,4 +20,10 @@ MysensorsMicro.build.board=AVR_MICRO8
1920
MysensorsMicro.build.core=arduino:arduino
2021
MysensorsMicro.build.variant=micro
2122
MysensorsMicro.build.mcu=atmega328p
22-
MysensorsMicro.build.f_cpu=8000000L
23+
#MysensorsMicro.build.f_cpu=8000000L
24+
25+
MysensorsMicro.menu.cpu.8Mhz=Atmega328 8Mhz
26+
MysensorsMicro.menu.cpu.8Mhz.build.f_cpu=8000000L
27+
28+
MysensorsMicro.menu.cpu.1Mhz=Atmega328 1Mhz
29+
MysensorsMicro.menu.cpu.1Mhz.build.f_cpu=1000000L

0 commit comments

Comments
 (0)