Fixed small typo bug that fixed entire Winner_Screen() funcion.

This commit is contained in:
2025-11-22 12:07:12 +00:00
parent 7ea89993d7
commit 249d65750a
13 changed files with 48863 additions and 44755 deletions

View File

@@ -12,6 +12,7 @@
#include <PicoMQTT.h>
#include <SPIFFS.h>
#include <WebServer.h>
#include <HTTPClient.h>
#include "vars.h"
#include "actions.h"
@@ -57,12 +58,12 @@ void touchscreen_read(lv_indev_t * indev, lv_indev_data_t * data);
void screen_manager(void *pvParameters);
void mqtt_manager(void *pvParameters);
bool load_image(const char* filename);
void listSPIFFS();
void handleImageUpload();
void handleUploadComplete();
void update_voting(char load);
void voting_setup();
bool ask_input(const char* prompt, const char* item_name, char* output, size_t output_size);
char get_winner();
void upload_results_http(const char* server_url);
#endif