add debug inormation
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user