8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e256c commit a5f3fc6Copy full SHA for a5f3fc6
boards.txt
@@ -364,7 +364,7 @@ magicbit.serial.disableRTS=true
364
365
magicbit.build.mcu=esp32
366
magicbit.build.core=esp32
367
-magicbit.build.variant=esp32
+magicbit.build.variant=magicbit
368
magicbit.build.board=ESP32_DEV
369
370
magicbit.build.f_cpu=240000000L
variants/magicbit/pins_arduino.h
@@ -66,6 +66,6 @@ static const uint8_t MOTOR1A = 32;
66
static const uint8_t MOTOR1B = 33;
67
static const uint8_t MOTOR2A = 16;
68
static const uint8_t MOTOR2B = 17;
69
-
+static const uint8_t LED_BUILTIN=16;
70
71
#endif /* Pins_Arduino_h */
0 commit comments