KamKaminski

Results 3 issues of KamKaminski

Shutter is not clickable for whatever reason on this bit of code, replicated the issue on different system. void setupWiFi() { #ifdef SOFTAP_MODE Serial.println("Configuring access point..."); uint8_t mac[6]; char buff[128];...

Fix of wrong approach to calculate humidity, pressure tile data fills now in

Currently it's a `val.humidity = (`bme.readPressure`()/100.0F)` which probably does not make sense and explains why users have such large values of humidity on their sensors. I switched to just read...