Dot-Example Broken for Id Keys
- This topic has 0 replies, 1 voice, and was last updated 6 years, 7 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: Dot-Examples, xDot
Hi,
Revision 29:9e2c0d990ace from Fri 20th April has broken Dot-Examples when using update_ota_config_id_key
instead of update_ota_config_name_phrase
.
I added static lora::NetworkType public_network = lora::PUBLIC;
to ota_example.cpp so that I could uncomment update_ota_config_id_key
.
I’m building OTA_EXAMPLE
using the online compiler because it wouldn’t link using ARM GCC and the CLI.
Matt