You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to get this project to compile. I'm trying to get this on to an ESP32, but setting the default to ESP32 or other boards in platformio doesn't appear to help.
I tried pegging the sensESP version to 1.0.8 to see if that would work. I've also tried (in my own very limited way) to see if I can make changes to the code to align it with SensESP 2.0.0 - without much success, following the guidance on the SensESP site for migrating libraries from SensESP 1x to 2.
As I understand it main.cpp will call a sensor library called ultrasonic_level using the RepeatSensor function. Its in the ultrasonic_level.h and ultrasonic_level.cpp files that I have the problem and I believe its down to this section here in ultrasonic_level.cpp where there appear to be issues with how the ultrasonic_level class is created.
The text was updated successfully, but these errors were encountered:
Hello,
I'm not able to get this project to compile. I'm trying to get this on to an ESP32, but setting the default to ESP32 or other boards in platformio doesn't appear to help.
I tried pegging the sensESP version to 1.0.8 to see if that would work. I've also tried (in my own very limited way) to see if I can make changes to the code to align it with SensESP 2.0.0 - without much success, following the guidance on the SensESP site for migrating libraries from SensESP 1x to 2.
As I understand it main.cpp will call a sensor library called ultrasonic_level using the RepeatSensor function. Its in the ultrasonic_level.h and ultrasonic_level.cpp files that I have the problem and I believe its down to this section here in ultrasonic_level.cpp where there appear to be issues with how the ultrasonic_level class is created.
The text was updated successfully, but these errors were encountered: