chip flags rewrite, part 6
fix GUI (partially)
This commit is contained in:
parent
468f434b66
commit
89311690a0
6 changed files with 216 additions and 201 deletions
|
|
@ -79,6 +79,8 @@ String DivConfig::toBase64() {
|
|||
ret+=base64Table[(groupOfThree>>12)&63];
|
||||
ret+="==";
|
||||
}
|
||||
|
||||
logV("toBase64: %s",ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
@ -171,6 +173,8 @@ bool DivConfig::loadFromBase64(const char* buf) {
|
|||
}
|
||||
}
|
||||
|
||||
logV("fromBase64: %s",data);
|
||||
|
||||
return loadFromMemory(data.c_str());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue