mirror of
https://github.com/eddyem/BTA_utils.git
synced 2026-08-15 04:29:24 +03:00
some fixes with meteo
This commit is contained in:
@@ -114,7 +114,7 @@ int main(int argc, char *argv[]){
|
||||
return 1;
|
||||
}
|
||||
params_ans a = check_meteo_params();
|
||||
DBG("chk_meteo: %d", a);
|
||||
if(a != ANS_NODATA) DBG("chk_meteo: %d", a);
|
||||
if(a == ANS_LOSTCONN){
|
||||
LOG("Lost connection with device, reconnect!");
|
||||
clear_flags();
|
||||
|
||||
Reference in New Issue
Block a user