Compare commits
1 Commits
f683d0e64b
...
4c73126dd3
Author | SHA1 | Date |
---|---|---|
|
4c73126dd3 |
|
@ -26,7 +26,6 @@
|
||||||
#include "esp_netif.h"
|
#include "esp_netif.h"
|
||||||
#include "sys_arch.h"
|
#include "sys_arch.h"
|
||||||
|
|
||||||
|
|
||||||
static
|
static
|
||||||
httpd_handle_t g_http_server = NULL;
|
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);
|
gradient.points[point].led.components.green = atoi(query_value);
|
||||||
} else {
|
} else {
|
||||||
return (struct parse_error_t) {
|
return (struct parse_error_t) {
|
||||||
.is_error = 1,
|
|
||||||
.error = "ERROR: Point missing green component &g."
|
.error = "ERROR: Point missing green component &g."
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue