Initial TCP server

This commit is contained in:
2025-06-05 01:44:58 -04:00
parent 7a4b899eaa
commit 66445a9698
8 changed files with 230 additions and 49 deletions

View File

@@ -5,8 +5,9 @@
#ifndef WIFI_H
#define WIFI_H
#define WIFI_SSID "botchain"
#define SOFTAP_CHANNEL 1
#define SOFTAP_MAX_CONNECTIONS 10
// SoftAP Configuration
#define WIFI_SSID "botchain"
#define SOFTAP_CHANNEL 1
#define SOFTAP_MAX_CONNECTIONS 10
#endif //WIFI_H