mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Working on release files for various boards
This commit is contained in:
parent
cc816ace58
commit
23b24741fa
13 changed files with 280 additions and 22 deletions
7
GitOTA.h
7
GitOTA.h
|
|
@ -19,13 +19,16 @@ class GitRelease {
|
|||
bool draft = false;
|
||||
bool preRelease = false;
|
||||
bool main = false;
|
||||
bool hasFS = false;
|
||||
char hwVersions[128] = "";
|
||||
time_t releaseDate;
|
||||
char name[32] = "";
|
||||
appver_t version;
|
||||
void setProperty(const char *key, const char *val);
|
||||
void setReleaseProperty(const char *key, const char *val);
|
||||
void setAssetProperty(const char *key, const char *val);
|
||||
bool toJSON(JsonObject &obj);
|
||||
|
||||
};
|
||||
|
||||
class GitRepo {
|
||||
public:
|
||||
int16_t getReleases(uint8_t num = GIT_MAX_RELEASES);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue