Last piece to connect client to provider: actually downloading the image and displaying it

This commit is contained in:
2026-04-05 19:34:45 -04:00
parent 9269e3b873
commit 58948bdfb6
8 changed files with 346 additions and 76 deletions
+1
View File
@@ -308,6 +308,7 @@ internal httpd_handle_t start_webserver(void)
httpd_register_uri_handler(server, &api_devices_layout_uri);
httpd_register_uri_handler(server, &api_devices_screen_info_uri);
httpd_register_uri_handler(server, &api_devices_screen_image_uri);
httpd_register_uri_handler(server, &api_devices_screen_bitmap_uri);
// Populate dummy data for development (debug builds only)
#ifndef NDEBUG