Closed labomat closed 6 years ago
Hi @labomat! 2.7.11 should have patched the mapblock problem, I'll look into this.
Release 2.7.12 patches this issue. I'm leaving this open until the library manager picks it up and I verify it's patched.
The patch removed the first error but not the second.
...\libraries\Adafruit_IO_Arduino\src\blocks\MapBlock.cpp:31:3: error: 'props' was not declared in this scope props += historyHours;
Weird, my compiler didn't register that error until I did an application restart. Must've been using a cached version of the library...
Ok, patched/pulled in/released. Let me know if you're continuing to have issues.
Looks good - thanks for your help!
@labomat Happy to help.
Closing....
After updating the library to v 2.7.11 I got multiple compilation errors with my sketch:
Full sketch code: https://github.com/labomat/Pflanzenwaechter/blob/devel/Feuchtesensor_IoT.ino
Arduino board: Wemos D1 Mini
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.5
List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch code in too): LIST REPRO STEPS BELOW