blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.83k stars 1.38k forks source link

Improve provisioning indication #435

Closed blynkkk closed 5 years ago

blynkkk commented 5 years ago

Make a more robust and abstract way to use provisioning statuses. More and more devices are coming out with screens. Screen can be used instead of LED monitor. For example: M5Stack, Amulet

Right now it's very difficult to build indication routines.

vshymanskyy commented 5 years ago

It is already provided in an abstract, extensible way (yes you need to write code). There's no way to implement for every possible situation. Amulet screen is not controllable directly from the device, etc.