File tree 2 files changed +1
-7
lines changed
variants/fri3d_2024_esp32s3
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -26524,7 +26524,7 @@ fri3d_2024_esp32s3.build.target=esp32s3
26524
26524
fri3d_2024_esp32s3.build.mcu=esp32s3
26525
26525
fri3d_2024_esp32s3.build.core=esp32
26526
26526
fri3d_2024_esp32s3.build.variant=fri3d_2024_esp32s3
26527
- fri3d_2024_esp32s3.build.board=FRI3D-BADGE-2024_ESP32S3-WROOM-1
26527
+ fri3d_2024_esp32s3.build.board=FRI3D_2024_ESP32S3
26528
26528
26529
26529
fri3d_2024_esp32s3.build.usb_mode=1
26530
26530
fri3d_2024_esp32s3.build.cdc_on_boot=0
Original file line number Diff line number Diff line change 7
7
#define USB_VID 0x303a
8
8
#define USB_PID 0x1001
9
9
10
- #define EXTERNAL_NUM_INTERRUPTS 46
11
- #define NUM_DIGITAL_PINS 48
12
- #define NUM_ANALOG_INPUTS 20
13
10
14
11
static const uint8_t LED_BUILTIN = 21 ;
15
12
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16
13
#define LED_BUILTIN LED_BUILTIN
17
14
#define RGB_BUILTIN LED_BUILTIN
18
15
#define RGB_BRIGHTNESS 64
19
16
20
- #define analogInputToDigitalPin (p ) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
21
- #define digitalPinToInterrupt (p ) (((p)<49)?(p):-1)
22
- #define digitalPinHasPWM (p ) (p < 46)
23
17
24
18
static const uint8_t TX = 43 ;
25
19
static const uint8_t RX = 44 ;
You can’t perform that action at this time.
0 commit comments