fix egalite in solo

This commit is contained in:
2025-06-18 01:09:06 +02:00
parent c5caf7c6e1
commit 71892abf22
12 changed files with 1162 additions and 1735 deletions
+17 -18
View File
@@ -1,18 +1,17 @@
#ifndef WEBSERVER_H
#define WEBSERVER_H
#include <WiFi.h>
#include <WiFiClient.h>
#include <WiFiAP.h>
extern const char *ssid;
extern const char *password;
extern WiFiServer server;
void setupWeb();
void loopWeb();
void webGame(WiFiClient &c);
void webSolo(WiFiClient &c);
#endif // WEBSERVER_H
#ifndef WEBSERVER_H
#define WEBSERVER_H
#include <WiFi.h>
#include <WiFiClient.h>
#include <WiFiAP.h>
extern const char *ssid;
extern const char *password;
extern WiFiServer server;
void setupWeb();
void loopWeb();
void webGame(WiFiClient &c);
#endif // WEBSERVER_H