mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +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;
|
GV->port = GV_PORT;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GVStop(void) {
|
void GVStop(void) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user