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

View File

@@ -0,0 +1 @@
idf_component_register(INCLUDE_DIRS "include")

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