Call EV_WIDGET_CREATE upon first installing of set_handler()

This commit is contained in:
Pim van Pelt
2017-11-26 16:25:05 +01:00
parent 64af496314
commit 63f1088e7a
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@ struct widget_t {
// Private
mgos_timer_id _timer_id;
uint8_t create_called;
};
struct widget_list_t {