mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 17:05:52 +00:00
thinknode_m5: gps support
This commit is contained in:
@@ -11,6 +11,11 @@ void ThinknodeM5Board::begin() {
|
||||
expander.digitalWrite(EXP_PIN_POWER, HIGH);
|
||||
expander.digitalWrite(EXP_PIN_BACKLIGHT, LOW);
|
||||
expander.digitalWrite(EXP_PIN_LED, LOW);
|
||||
|
||||
#ifdef PIN_GPS_SWITCH
|
||||
pinMode(PIN_GPS_SWITCH, INPUT);
|
||||
#endif
|
||||
|
||||
ESP32Board::begin();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user