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
C:\Users\jocon\OneDrive\Dokumenter\Arduino\useless-box\proximity-sensor.cpp: In member function 'uint8_t ProximitySensor::getProximity()':
C:\Users\jocon\OneDrive\Dokumenter\Arduino\useless-box\proximity-sensor.cpp:45:19: error: control reaches end of non-void function [-Werror=return-type]
45 | Serial.println(F("ProximitySensor: Reading proximity value FAILED!"));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus.exe: some warnings being treated as errors
Multiple libraries were found for "Servo.h"
Used: C:\Users\jocon\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\Servo
Not used: C:\Users\jocon\AppData\Local\Arduino15\libraries\Servo
exit status 1
Compilation error: control reaches end of non-void function [-Werror=return-type]
not sure what to do? any one can help
i only need the programing.. then i can test
The text was updated successfully, but these errors were encountered:
C:\Users\jocon\OneDrive\Dokumenter\Arduino\useless-box\proximity-sensor.cpp: In member function 'uint8_t ProximitySensor::getProximity()':
C:\Users\jocon\OneDrive\Dokumenter\Arduino\useless-box\proximity-sensor.cpp:45:19: error: control reaches end of non-void function [-Werror=return-type]
45 | Serial.println(F("ProximitySensor: Reading proximity value FAILED!"));
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus.exe: some warnings being treated as errors
Multiple libraries were found for "Servo.h"
Used: C:\Users\jocon\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\Servo
Not used: C:\Users\jocon\AppData\Local\Arduino15\libraries\Servo
exit status 1
Compilation error: control reaches end of non-void function [-Werror=return-type]
not sure what to do? any one can help
i only need the programing.. then i can test
The text was updated successfully, but these errors were encountered: