Handle lua scripts via POST /draw

This commit is contained in:
arne 2025-10-05 11:41:10 +02:00
commit 340dddc792
2 changed files with 44 additions and 26 deletions

View file

@ -20,8 +20,6 @@ static void wifi_init_sta(void) {
// Configure Wi-Fi connection
wifi_config_t wifi_config = {
// TODO: Allow setting SSID at boot or build time
// For some reason I could not get https://cmake.org/cmake/help/latest/command/add_compile_definitions.html#command:add_compile_definitions to work
.sta = {
.ssid = WIFI_SSID,
.password = WIFI_PASS,