You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to STM32 boards with built-in Ethernet, ENC28J60 or W5x00 Ethernet shields
This is the new library, adding to the current Blynk_WiFiManager. It's designed to help you eliminate hardcoding your Blynk credentials in STM32 boards using with Ethernet (Built-in, W5100, W5200, W5500, ENC28J60, etc). It's currently not supporting SSL and can not saved config data to non-volatile memory (EEPROM, battery-saved SRAM, SPIFFS, etc.), will fix in next releases.
You can update Blynk Credentials any time you need to change via Configure Portal. Data to be saved in configurable locations in EEPROM.
https://github.com/khoih-prog/BlynkEthernet_STM32_WM
New Releases v1.0.0
hardcoding
your Blynk credentials in STM32 boards using with Ethernet (Built-in, W5100, W5200, W5500, ENC28J60, etc). It's currently not supporting SSL and can not saved config data to non-volatile memory (EEPROM, battery-saved SRAM, SPIFFS, etc.), will fix in next releases.This library currently supports
The text was updated successfully, but these errors were encountered: