mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Board name change (ETBoard -> ET-Board) (#4858)
Co-authored-by: ketri-kjy <jinyoung@ketri.re.kr> Co-authored-by: ketri2484 <ketri2484@gamil.com> Co-authored-by: me-no-dev <hristo@espressif.com>
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
static const uint8_t TX = 34;
|
||||
static const uint8_t RX = 35;
|
||||
|
||||
static const uint8_t SDA = 33;
|
||||
static const uint8_t SCL = 36;
|
||||
static const uint8_t SDA = 21;
|
||||
static const uint8_t SCL = 22;
|
||||
|
||||
static const uint8_t SS = 29;
|
||||
static const uint8_t MOSI = 37;
|
Reference in New Issue
Block a user