DominikPalo / esp32-rf-receiver

The ESP32 wireless receiver for 315/433 MHz ASK modules based on ESP-IDF SDK.
MIT License
99 stars 14 forks source link

static xQueueHandle s_esp_RF433_queue = NULL #8

Open lucaleicht opened 11 months ago

lucaleicht commented 11 months ago

I tried to make your programm work on a heltec esp32 with a built in 868 LoRa module. So I want to recieve data via 433 senders and usw the esp finally as a lora bridge.

unfortunatelly I can't make it work. it fails while building with the "error: unknown type name 'xQueueHandle'" static xQueueHandle s_esp_RF433_queue = NULL;

does anybody know what that mean?

lucaleicht commented 11 months ago

Found the solutution here: https://github.com/espressif/esp-adf/issues/1022#issuecomment-1596388814

After enableing in the configsdk CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y everything works fine