DesconBelgrade / Klimerko

☁ DIY Air Quality Monitoring Device
https://klimerko.org
GNU General Public License v3.0
114 stars 21 forks source link

Klimerko FW is not compiling #53

Closed ilic5000 closed 1 year ago

ilic5000 commented 1 year ago

I had a problem when compiling FW - Arduino IDE said that the result is missing (nothing is returned) when "(!wifiConnectionLost)" is false. I've fixed this issue by returning "Error" for that case, without it it wouldn't work.

image

https://github.com/DesconBelgrade/Klimerko/blob/master/Klimerko_Firmware/Klimerko_Firmware.ino#L790-L809

epiller commented 1 year ago

I've just installed Arduino IDE 2.0.3 in order to try and replicate this issue but it compiled without any issues. I'll fix that function anyways.

epiller commented 1 year ago

Fixed in Firmware v2.1.1.