setting gradient from http request now also changes the leds

animation
Sara 2023-09-22 10:09:49 +02:00
parent 82a32b3948
commit abf576120f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void parse_leds_query(char* query_string, size_t query_size) {
} }
leds_set_gradient(points, gradient_point_count, 0); leds_set_gradient(points, gradient_point_count, 1);
} }
// receives HTTP POST requests on root // receives HTTP POST requests on root