mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
thinknode_m5: gps support
This commit is contained in:
parent
ee4e87c3ee
commit
1c0017b634
8 changed files with 53 additions and 15 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue