Ok, (more) details here:
Setup:
- Using the exact sketch from the above project “ESP-01 with Time Input Widgets”
- App was downloaded to iPhone using above QR code
- HW is Adafruit Huzzah ESP8266
- IoS app is 2.5.6
- Apple iPhone 5s is running iOS 10.0.1
- Blynk library is 0.4.3
- Using Blynk cloud server
What happens: when starting Blynk app on iPhone, app crashes after 2-3 seconds. When restarted, same behavior. Searching community for similar issue, I came across this: http://community.blynk.cc/t/setproperty-crashes-blynk-app-on-ios10/8565/26?u=drewc228
So I commented out the statement
Blynk.setProperty(V3, “label”, displaycurrenttimepluswifi);
and reran with no errors. I suspected something not working with setProperty and iOS/Blynk app.
Thanks for your continued help with this great platform!