Fixed small typo bug that fixed entire Winner_Screen() funcion.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user