mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-14 05:47:23 +00:00
Fix typo and add config.yaml example for ExtraPins
This commit is contained in:
@@ -488,7 +488,7 @@ void portduinoSetup()
|
||||
}
|
||||
|
||||
for (auto i : portduino_config.extra_pins) {
|
||||
if (i.enabled && i.gpiochip > max_GPIO)
|
||||
if (i.enabled && i.pin > max_GPIO)
|
||||
max_GPIO = i.pin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user