bertmelis / VitoWiFi

Communicate with Viessmann boilers using the optolink for ESP8266 and ESP32
MIT License
118 stars 39 forks source link

Compilation error at Datapoint.hpp #103

Closed j0ta29 closed 10 months ago

j0ta29 commented 10 months ago

Datapoint.hpp:76:58: error: static member function 'static const std::vector<IDatapoint*>& IDatapoint::getCollection()' cannot have cv-qualifier

bertmelis commented 10 months ago

Fixed in https://github.com/bertmelis/VitoWiFi/commit/7007ea44c653023ce89ef8db18764051019c02a8

Will publish a new version to platformio later.

v3 will have proper CI test to prevent this type of stupidity.