diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a62249..fcb6c3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,7 @@ target_sources(${PROJECT} PRIVATE usb_descriptors.c parse_keys.c dhcpserver.c + websocket.c ) pico_enable_stdio_usb(${PROJECT} 1) @@ -47,6 +48,7 @@ target_link_libraries(${PROJECT} pico_lwip_http pico_stdlib pico_multicore + pico_mbedtls tinyusb_device ) diff --git a/html/index.html b/html/index.html index d9f8c89..e3967a1 100644 --- a/html/index.html +++ b/html/index.html @@ -48,12 +48,6 @@ div.blank { opacity: 0; } -div.info div { - font-size: 1.5em; - display: inline-block; - margin: 1em; -} - div#macros div { width: 9em; display: inline-block; @@ -89,9 +83,8 @@ div.menu a:hover { @@ -419,17 +429,13 @@ function createMacros(macro_id) {