Christof Dallermassl
Christof Dallermassl
Another optimization: using a JsonPath object that does the parsing of the path only once, so mulitple extraction of the data of the same path will be more efficient. I...
I can confirm the problem on an ESP32 and also confirm the fix: ``` bool IotWebConf::init() { // -- Setup pins. if (this->_configPin >= 0) { pinMode(this->_configPin, INPUT_PULLUP); #if defined(ESP32)...
> `restore` already supports `affinity` and `tolerations`, would be good if scheduled and manual backup `jobs` would support them too so we can schedule them on infra nodes, while the...
I have the same thing here: two public keys for one user, mounted into .ssh/keys directory. And everythings works fine.
Hello Willi, I can reproduce the behaviour: * Wifi Config: set 1:Wifi A and 2:Wifi B * morserino restarts * wifi select shows 1:Wifi A and 2:Wifi B * I...
I just updated from verson 4.3.1 to 4.5 but the problem is still existing
Yes, I thought it is something like this. I think, you should not store the wifi configs with the snapshots but separately from them. Otherwise I need to configure my...