esp32-rf-receiver
esp32-rf-receiver copied to clipboard
static xQueueHandle s_esp_RF433_queue = NULL
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?
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