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

Helium sketch limited to US, fails on many platforms #678

Closed
terrillmoore opened this issue Feb 22, 2021 · 1 comment · Fixed by #683
Closed

Helium sketch limited to US, fails on many platforms #678

terrillmoore opened this issue Feb 22, 2021 · 1 comment · Fixed by #683
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

The new #647 CI framework reveals that the Helium sketch fails many tests Needs attention.

STM32:

Error: helium-us915 for board mcci_catena_4610 region us915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4610 region au915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4612 region us915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4612 region au915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4618 region us915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4618 region au915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4630 region us915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4630 region au915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4801 region us915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4801 region au915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4802 region us915 radio sx1276: compile failed
Error: helium-us915 for board mcci_catena_4802 region au915 radio sx1276: compile failed

SAMD: ok (is it compiling?)

ESP32:

Error: helium-us915 for board heltec_wifi_lora_32 region us915 radio sx1276: compile failed
Error: helium-us915 for board heltec_wifi_lora_32 region au915 radio sx1276: compile failed

AVR: ok (is it compiling?)

@terrillmoore terrillmoore self-assigned this Feb 22, 2021
@terrillmoore
Copy link
Member Author

terrillmoore commented Feb 23, 2021

I fixed the sketch to use the built-in pinmaps and be relaxed about whether it recognizes the BSP. This was committed in 662c63b. At the same time, I renamed it to helium-otaa, and added it to CI for all regions (066d125).

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

Successfully merging a pull request may close this issue.

1 participant