Cleanup rpc interfaces

This commit is contained in:
2025-10-22 23:07:41 -04:00
parent e226a67303
commit cf316efee5
28 changed files with 223 additions and 97 deletions

View File

@@ -5,13 +5,15 @@
#ifndef CONFIG_H
#define CONFIG_H
#define NVS_FLASH_NAMESPACE "app"
#define DEFAULT_MODULE_ID 1
#define DEFAULT_MODULE_TYPE 0
#define NVS_FLASH_NAMESPACE "app"
#define DEFAULT_MODULE_ID 1
#define DEFAULT_MODULE_TYPE 0
#define DEFAULT_COMMUNICATION_METHOD 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"
#define MODULE_ID_KEY "module_id"
#define MODULE_TYPE_KEY "module_type"
#define WIFI_SSID_KEY "wifi_ssid"
#define WIFI_PASSWORD_KEY "wifi_password"
#define COMMUNICATION_METHOD_KEY "comm_method"
#endif //CONFIG_H