mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-03 00:20:43 +00:00
Fixes for ME25LS01_4Y10TD and ESP32-PICO (#4522)
* Update platformio.ini * Update variant.h * Update architecture.h * Update variant.h
This commit is contained in:
committed by
GitHub
parent
6ddee795d6
commit
1e655052fc
@@ -110,8 +110,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
#define PIN_EINK_BUSY (0 + 19) // EPD_BUSY
|
||||
#define PIN_EINK_DC (0 + 24) // EPD_D/C
|
||||
#define PIN_EINK_RES (0 + 23) // EPD_RESET
|
||||
#define PIN_EINK_SCLK (0 + 9) // EPD_SCLK
|
||||
#define PIN_EINK_MOSI (0 + 10) // EPD_MOSI
|
||||
#define PIN_EINK_SCLK PIN_SPI1_SCK
|
||||
#define PIN_EINK_MOSI PIN_SPI1_MOSI
|
||||
|
||||
// supported modules list
|
||||
#define USE_LR1110
|
||||
|
||||
Reference in New Issue
Block a user