mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Wifi configuration from NVS
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
#define CONFIG_H
|
||||
|
||||
#define NVS_FLASH_NAMESPACE "app"
|
||||
#define DEFAULT_MODULE_ID 0
|
||||
#define DEFAULT_MODULE_ID 1
|
||||
#define DEFAULT_MODULE_TYPE 0
|
||||
|
||||
#define MODULE_ID_KEY "module_id"
|
||||
#define MODULE_TYPE_KEY "module_type"
|
||||
#define WIFI_SSID_KEY "wifi_ssid"
|
||||
#define WIFI_PASSWORD_KEY "wifi_password"
|
||||
|
||||
#endif //CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user