Merge develop into main (#377)
- Extract web server from `DevelopmentService` into a separate class: `HttpServer` - Export more functions in `tt_init.cpp`
This commit is contained in:
committed by
GitHub
parent
d8346998ce
commit
9c5a427a34
@@ -379,6 +379,11 @@ const esp_elfsym main_symbols[] {
|
||||
ESP_ELFSYM_EXPORT(lv_obj_set_flex_align),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_set_flex_flow),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_set_flex_grow),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_set_layout),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_is_layout_positioned),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_mark_layout_as_dirty),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_get_style_layout),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_update_layout),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_set_scroll_dir),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_set_style_radius),
|
||||
ESP_ELFSYM_EXPORT(lv_obj_set_style_border_width),
|
||||
|
||||
Reference in New Issue
Block a user