Add postDataToAirGradient checkbox to WiFi Manager

This commit is contained in:
Phat Nguyen
2024-04-11 06:33:56 +07:00
parent b2195219ab
commit c28a937384
5 changed files with 26 additions and 4 deletions

View File

@ -74,6 +74,7 @@ public:
String getModel(void);
bool isUpdated(void);
String getFailedMesage(void);
void setPostToAirGradient(bool enable);
};
#endif /** _AG_CONFIG_H_ */