Handle lua scripts via POST /draw
This commit is contained in:
parent
504fe50cc7
commit
340dddc792
2 changed files with 44 additions and 26 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue