mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
there
This commit is contained in:
parent
85e0372d26
commit
61216e579e
@ -347,7 +347,7 @@ void portduinoSetup()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int initGPIOPin(int pinNum, const std::string &gpioChipName)
|
int initGPIOPin(int pinNum, const std::string gpioChipName)
|
||||||
{
|
{
|
||||||
std::string gpio_name = "GPIO" + std::to_string(pinNum);
|
std::string gpio_name = "GPIO" + std::to_string(pinNum);
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user