File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
variants/fri3d_2024_esp32s3 Expand file tree Collapse file tree 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
2652426524fri3d_2024_esp32s3.build.mcu=esp32s3
2652526525fri3d_2024_esp32s3.build.core=esp32
2652626526fri3d_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
2652826528
2652926529fri3d_2024_esp32s3.build.usb_mode=1
2653026530fri3d_2024_esp32s3.build.cdc_on_boot=0
Original file line number Diff line number Diff line change 77#define USB_VID 0x303a
88#define USB_PID 0x1001
99
10- #define EXTERNAL_NUM_INTERRUPTS 46
11- #define NUM_DIGITAL_PINS 48
12- #define NUM_ANALOG_INPUTS 20
1310
1411static const uint8_t LED_BUILTIN = 21 ;
1512#define BUILTIN_LED LED_BUILTIN // backward compatibility
1613#define LED_BUILTIN LED_BUILTIN
1714#define RGB_BUILTIN LED_BUILTIN
1815#define RGB_BRIGHTNESS 64
1916
20- #define analogInputToDigitalPin (p ) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
21- #define digitalPinToInterrupt (p ) (((p)<49)?(p):-1)
22- #define digitalPinHasPWM (p ) (p < 46)
2317
2418static const uint8_t TX = 43 ;
2519static const uint8_t RX = 44 ;
You can’t perform that action at this time.
0 commit comments