mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
intermediate: OTA update
This commit is contained in:
@@ -169,7 +169,7 @@ bool checkPass(String hash){
|
||||
return false;
|
||||
}
|
||||
|
||||
GwUpdate updater(&logger,&webserver,checkPass);
|
||||
GwUpdate updater(&logger,&webserver,&checkPass);
|
||||
|
||||
void updateNMEACounter(int id,const char *msg,bool incoming,bool fail=false){
|
||||
//we rely on the msg being long enough
|
||||
|
||||
Reference in New Issue
Block a user