mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 18:59:56 +00:00
7 lines
255 B
Markdown
7 lines
255 B
Markdown
|
|
* make a new boarddef with a variant.h file. Fix pins in that file. In particular:
|
|
#define PIN_SPI_MISO (46)
|
|
#define PIN_SPI_MOSI (45)
|
|
#define PIN_SPI_SCK (47)
|
|
#define PIN_WIRE_SDA (26)
|
|
#define PIN_WIRE_SCL (27) |