mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
Merge pull request #3930 from meshtastic/screen-pinning
remove screen pinning for pico targets
This commit is contained in:
commit
2244b0efec
@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
#define ARDUINO_ARCH_AVR
|
#define ARDUINO_ARCH_AVR
|
||||||
|
|
||||||
#define USE_SH1106 1
|
|
||||||
|
|
||||||
// default I2C pins:
|
// default I2C pins:
|
||||||
// SDA = 4
|
// SDA = 4
|
||||||
// SCL = 5
|
// SCL = 5
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
#define HAS_WIFI 1
|
#define HAS_WIFI 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define USE_SH1106 1
|
|
||||||
|
|
||||||
// default I2C pins:
|
// default I2C pins:
|
||||||
// SDA = 4
|
// SDA = 4
|
||||||
// SCL = 5
|
// SCL = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user