Releases: puhitaku/tepra-lite-esp32
Releases · puhitaku/tepra-lite-esp32
Version 1.2.0
Enahncements
Server: the hostname is set tepra
by default and you can reach the ESP32 without knowing its actual IP address. Edit config.json
if you want to change the hostname.
Client: sends requests to tepra.local
by default so -a/--address
option became optional. Specify the IP address if it doesn't work.
Version 1.1.0
Enhancements
- Add
--image
/-i
option to print any image- Specified image is automatically resized
- It has no dithering at present
- Allow generating a preview image with no
--address
/-a
option
Fixes
- Fix argument parser
Version 1.0.1
Others
- Updated nanoweb
Version 1.0.0
Enhancements
- Reconnect TEPRA after disconnection
- No longer have to reset ESP32
- ESP32 keeps searching the advertising packet from TEPRA after disconnection
- Improve logs
- Add
/version
path- The version string is copied from
__version__
and I'm planning to add a dynamic version string generator for this
- The version string is copied from
Others
- Add an example of black-and-white conversion with dithering (thanks to @timit3-github)