mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-20 04:01:14 +00:00
also update other boards with those (#2691)
This commit is contained in:
parent
d25c368985
commit
4808a5c57f
@ -1,5 +1,9 @@
|
||||
#define LED_PIN 18
|
||||
|
||||
// Enable bus for external periherals
|
||||
#define I2C_SDA SDA
|
||||
#define I2C_SCL SCL
|
||||
|
||||
#define USE_EINK
|
||||
/*
|
||||
* eink display pins
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define I2C_SCL 47
|
||||
#define I2C_SDA 48
|
||||
#define I2C_SCL SCL
|
||||
#define I2C_SDA SDA
|
||||
|
||||
#define LED_PIN LED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user