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
Arduino IDE version 1.8.19
ESP32 board version 2.0.4
Physical board: any
Preferences setting: Compiler warnings: "more" or "all"
Got compilation error:
/home/ethanak/Arduino/libraries/ESP32Encoder/src/ESP32Encoder.cpp:12:20: error: 'TAG' defined but not used [-Werror=unused-variable]
static const char* TAG = "ESP32Encoder";
^~~
cc1plus: some warnings being treated as errors
The text was updated successfully, but these errors were encountered:
Arduino IDE version 1.8.19
ESP32 board version 2.0.4
Physical board: any
Preferences setting: Compiler warnings: "more" or "all"
Got compilation error:
The text was updated successfully, but these errors were encountered: