esp32-rf-receiver icon indicating copy to clipboard operation
esp32-rf-receiver copied to clipboard

static xQueueHandle s_esp_RF433_queue = NULL

Open lucaleicht opened this issue 1 year ago • 1 comments

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 avatar Oct 17 '23 21:10 lucaleicht

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

lucaleicht avatar Oct 17 '23 23:10 lucaleicht