This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Replies: 1 comment
-
Hi @m66rob It's always better and saving time to scan thru previous issues as well as README when got into an unsolved issue. For example, check either then you know you'll have to update to ESP32 core v2.0.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Arduino:1.8.19 (Windows 10), Tarjeta:"ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"
In file included from C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.h:58:0,
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp: In member function 'bool ESP32TimerInterrupt::setFrequency(const float&, bool (* const&)(void*))':
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:355:100: error: 'timer_isr_callback_add' was not declared in this scope
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp: In member function 'void ESP32TimerInterrupt::detachInterrupt()':
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:397:66: error: 'TIMER_INTR_T0' was not declared in this scope
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:397:82: error: 'TIMER_INTR_T1' was not declared in this scope
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp: In member function 'void ESP32TimerInterrupt::disableTimer()':
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:406:66: error: 'TIMER_INTR_T0' was not declared in this scope
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:406:82: error: 'TIMER_INTR_T1' was not declared in this scope
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp: In member function 'void ESP32TimerInterrupt::reattachInterrupt()':
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:416:65: error: 'TIMER_INTR_T0' was not declared in this scope
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:416:81: error: 'TIMER_INTR_T1' was not declared in this scope
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp: In member function 'void ESP32TimerInterrupt::enableTimer()':
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:426:65: error: 'TIMER_INTR_T0' was not declared in this scope
C:\Users\IDROID\Documents\Arduino\libraries\ESP32TimerInterrupt\src/ESP32TimerInterrupt.hpp:426:81: error: 'TIMER_INTR_T1' was not declared in this scope
exit status 1
Error compilando para la tarjeta ESP32 Dev Module.
Beta Was this translation helpful? Give feedback.
All reactions