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
Does not compile on Arduino IDE 1.8.20 in Windows 11
However did compile without issues on IDE 1.8.13 on my Macbook Air
Errors on 1.8.20
C:\Users\Stefan\Documents\Arduino\libraries\TouchDRO_Interface-master\ESP32_Quad_Encoder.cpp: In function 'void pcnt_isr(void*)': C:\Users\Stefan\Documents\Arduino\libraries\TouchDRO_Interface-master\ESP32_Quad_Encoder.cpp:42:20: error: 'PCNT' was not declared in this scope int intr_status = PCNT.int_st.val; ^ At global scope: cc1plus.exe: warning: unrecognized command line option '-Wno-frame-address' exit status 1 Error compiling for board DOIT ESP32 DEVKIT V1.
The text was updated successfully, but these errors were encountered:
Does not compile on Arduino IDE 1.8.20 in Windows 11
However did compile without issues on IDE 1.8.13 on my Macbook Air
Errors on 1.8.20
C:\Users\Stefan\Documents\Arduino\libraries\TouchDRO_Interface-master\ESP32_Quad_Encoder.cpp: In function 'void pcnt_isr(void*)': C:\Users\Stefan\Documents\Arduino\libraries\TouchDRO_Interface-master\ESP32_Quad_Encoder.cpp:42:20: error: 'PCNT' was not declared in this scope int intr_status = PCNT.int_st.val; ^ At global scope: cc1plus.exe: warning: unrecognized command line option '-Wno-frame-address' exit status 1 Error compiling for board DOIT ESP32 DEVKIT V1.
The text was updated successfully, but these errors were encountered: