Compare commits

..

1 Commits

1 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#include "esp_netif.h"
#include "sys_arch.h"
static
httpd_handle_t g_http_server = NULL;
@ -79,7 +78,6 @@ struct parse_error_t parse_leds_query(char* query_string, size_t query_size) {
gradient.points[point].led.components.green = atoi(query_value);
} else {
return (struct parse_error_t) {
.is_error = 1,
.error = "ERROR: Point missing green component &g."
};
}