Hi,
I have an app that is starting to take shape. There is still an issue, however. When the app turns on, it gets location permission from the operator. It then connects to the local weather. Everything is fine until I press a button (ATMO) to open another virtual screen. Before I can press the a START button at the top of the page, I get a darkened screen with the message that no BLE is available. I can touch outside of that message box and it goes away and I can than connect with my START button. I have tried reconfiguring the block several different ways and I still get the (ultimately) false "No BLE" message.
The Call Bluetooth.Connect in the when atmo block is redundant. I added it from the start block to see if I could bypass the error message.
Might someone have a look at the code in my When ATMO block (below) and tell me what I need to do? I wanted to add another "when" or "if" statement to the block to achieve this but I don't see a means of doing so.