Software updater work.

This commit is contained in:
Adam Ierymenko 2017-01-11 14:37:31 -08:00
parent a064e19b8a
commit 565842b5ec
7 changed files with 456 additions and 1 deletions

View file

@ -274,6 +274,7 @@ public:
static uint64_t jsonInt(const nlohmann::json &jv,const uint64_t dfl);
static bool jsonBool(const nlohmann::json &jv,const bool dfl);
static std::string jsonString(const nlohmann::json &jv,const char *dfl);
static std::string jsonBinFromHex(const nlohmann::json &jv);
private:
static const unsigned char TOLOWER_TABLE[256];