Skip to content

Commit

Permalink
Magicbit Variant (#3107)
Browse files Browse the repository at this point in the history
* Updated magicbit variant

* Added LED_BUILTIN
  • Loading branch information
Magicblocks authored and me-no-dev committed Aug 20, 2019
1 parent 65e256c commit a5f3fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ magicbit.serial.disableRTS=true

magicbit.build.mcu=esp32
magicbit.build.core=esp32
magicbit.build.variant=esp32
magicbit.build.variant=magicbit
magicbit.build.board=ESP32_DEV

magicbit.build.f_cpu=240000000L
Expand Down
2 changes: 1 addition & 1 deletion variants/magicbit/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ static const uint8_t MOTOR1A = 32;
static const uint8_t MOTOR1B = 33;
static const uint8_t MOTOR2A = 16;
static const uint8_t MOTOR2B = 17;

static const uint8_t LED_BUILTIN=16;

#endif /* Pins_Arduino_h */

0 comments on commit a5f3fc6

Please sign in to comment.