sh123 / esp32_loraprs

LoRa ESP32 KISS Bluetooth modem (for APRSDroid or aprs.fi iOS) + APRS-IS RX/TX iGate over WiFi + Digipeater + DV (with Codec2 Walkie-Talkie)
https://github.com/sh123/esp32_loraprs
GNU General Public License v3.0
196 stars 39 forks source link

Error: 'xTaskNotifyWaitIndexed' was not declared in this scope #43

Closed yooshky closed 1 year ago

yooshky commented 1 year ago

Hi. Thanks for your good job. I have a problem while compiling, error: [cut] loraprs_service.cpp: In static member function 'static void LoraPrs::Service::rigTask(void*)': [cut] loraprs_service.cpp:322:75: error: 'xTaskNotifyWaitIndexed' was not declared in this scope

Bad IDEs version?

sh123 commented 1 year ago

I'm using latest Arduino IDE version with latest 2.0.5 esp32 installed (from Arduino board manager).

yooshky commented 1 year ago

Thanks for the answer. Do you have Arduino IDE 2.0.5? Not 2.0.3? I have Arduino IDE 2.0.3 and Esp32 by Espressif System version 1.0.6 installed on board manager. The same error occurs with VScode + Platformio (Arduino IDE).

sh123 commented 1 year ago

1.0.6 is a way too old, you need 2.0.0+, you need to use new "additiional board manager URI", https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json in Arudino IDE preferences.

yooshky commented 1 year ago

Thanks for your help. Problem is solved, Master ;)