Skip to content

Commit a5f3fc6

Browse files
Magicblocksme-no-dev
authored andcommitted
Magicbit Variant (#3107)
* Updated magicbit variant * Added LED_BUILTIN
1 parent 65e256c commit a5f3fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ magicbit.serial.disableRTS=true
364364

365365
magicbit.build.mcu=esp32
366366
magicbit.build.core=esp32
367-
magicbit.build.variant=esp32
367+
magicbit.build.variant=magicbit
368368
magicbit.build.board=ESP32_DEV
369369

370370
magicbit.build.f_cpu=240000000L

variants/magicbit/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ static const uint8_t MOTOR1A = 32;
6666
static const uint8_t MOTOR1B = 33;
6767
static const uint8_t MOTOR2A = 16;
6868
static const uint8_t MOTOR2B = 17;
69-
69+
static const uint8_t LED_BUILTIN=16;
7070

7171
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)