mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 21:26:33 +00:00
Fix GPIO Viewer
This commit is contained in:
parent
91237dff5b
commit
88f1e3593a
@ -119,8 +119,9 @@ bool GVInit(void) {
|
||||
GV->port = GV_PORT;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void GVStop(void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user