mirror of https://github.com/arendst/Tasmota.git
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 true;
|
||||
}
|
||||
|
||||
void GVStop(void) {
|
||||
|
|
Loading…
Reference in New Issue