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 compiled sketch by Arduino IDE 1 and 2, compile process is stoped by error.
and I found when IDE preferences > "Compiler warnings" set to "All", it is occurred.
Error is "unused variable" e.g.
esp32.cpp:164:9: error: unused variable 'ofst'
esp32.cpp and unishox1.c has several same error.
If it is possible, please eliminate unused variable.