add debug inormation

This commit is contained in:
sharandac
2020-08-18 09:52:36 +02:00
parent 4754ac781c
commit d1e9cac534
10 changed files with 199 additions and 24 deletions

View File

@@ -141,6 +141,8 @@ void weather_forecast_tile_setup( uint32_t tile_num ) {
}
void weather_forecast_wifictl_event_cb( EventBits_t event, char* msg ) {
log_i("weather forecast wifictl event: %04x", event );
switch( event ) {
case WIFICTL_CONNECT: weather_config_t *tmp_weather_config = weather_get_config();
if ( tmp_weather_config->autosync ) {