added locally save and load iriskit settings

This commit is contained in:
strawmanbobi
2022-02-19 19:29:40 +08:00
parent 2245dffac7
commit 0e4d73de5f
5 changed files with 140 additions and 33 deletions

View File

@@ -24,6 +24,12 @@
#ifndef IRBABY_H
#define IRBABY_H
typedef struct {
String server_address;
String credential_token;
} t_iriskit_settings;
void IRAM_ATTR factoryReset();
#endif // IRBABY_H