Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

static xQueueHandle s_esp_RF433_queue = NULL #8

Open
lucaleicht opened this issue Oct 17, 2023 · 1 comment
Open

static xQueueHandle s_esp_RF433_queue = NULL #8

lucaleicht opened this issue Oct 17, 2023 · 1 comment

Comments

@lucaleicht
Copy link

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
Copy link
Author

Found the solutution here:
espressif/esp-adf#1022 (comment)

After enableing in the configsdk
CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y
everything works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant