Releases: ulno/ulnoiot-upy
mfrc522 support
New value management
Small overhaul of some of the inner value reading. Analog sensor should not crash anymore now.
New esp platforms and reliable reconnect
In addition to several esp platforms support there is now also a new way reconnections are handled adressing issue #25.
pre-relase for multi board support
Lots of new features:
- framework for multiboard support
- tested support for wemos d1 mini
- initial support for sonoff (with examples for sonoff basic and touch)
- lots of bug fixes in reporting
- bug fixes in deployment
- new help system
- less space consumption
- upy firmware back to 1.9.3
- fixes for raspberry pi gateway
- advanced tmux features, simple mouse
- fixes for tilde editor compilation (currently disfunct on raspberry pi)
new driver loading, choice of disable serial
This allows now to load most drivers on demand, but requires a new d("driver","name", params)-command.
ota choice
Adding support for flashing without ota to support sonoff.
OTA, deployment management
Now there is deployment management as well as shortcuts for remote flashing. This is the first version supporting netrepl (symmetrically encrypted repl).
firmware ota support
Lots of fixes included from last home and building automation class, first release that support ota-updates.
flash_esp8266 picks now a flash-file that has the ota boot-loader included.
initial firmware
Initial release after switching to embedding ulnoiot in micropython firmware and fixing some resulting refactoring value transmission errors.