Topic: Restart Button
need to make a restart button
does any one did it before
Thanks
You are not logged in. Please login or register.
RemoteXY community → Ideas and suggestions → Restart Button
need to make a restart button
does any one did it before
Thanks
For ESP
if (RemoteXY.buttonReset != 0) {
ESP.restart ();
}
Can be shortened, but not sure if it will change the compiled code....
if (!RemoteXY.buttonReset) {
ESP.restart ();
}
RemoteXY community → Ideas and suggestions → Restart Button
Powered by PunBB, supported by Informer Technologies, Inc.