BLE apps shouldn't require server connection

I noticed that I can’t run my BLE app when I don’t have internet. This is because the app won’t start until it connects to the server over the internet. I can see that this is a requirement for WiFi arduino boards, but it shouldn’t be required for bluetooth boards (there’s a reason why I chose BLE not wifi after all!!).

Any chance you could make the app startup without requiring an internet connection? I’d accept that I wouldn’t be able to add / remove widgets in this mode, but it would be good to be able to operate at least. Is this possible?

At the moment - no. But we will do that someday.