This commit is contained in:
2025-05-26 21:20:01 -04:00
parent 7396290467
commit d79d99ed80
5 changed files with 89 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
//
// Created by Johnathon Slightham on 2025-05-26.
//
#ifndef WIFI_H
#define WIFI_H
#define WIFI_SSID "botchain"
#define SOFTAP_CHANNEL 1
#define SOFTAP_MAX_CONNECTIONS 10
#endif //WIFI_H