Skip to content

Releases: puhitaku/tepra-lite-esp32

Version 1.2.0

22 Feb 10:52
5bfb4f0
Compare
Choose a tag to compare

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

02 Oct 05:41
f2b9624
Compare
Choose a tag to compare

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

01 Oct 08:55
Compare
Choose a tag to compare

Others

  • Updated nanoweb

Version 1.0.0

01 Oct 07:22
5780a74
Compare
Choose a tag to compare

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

Others

  • Add an example of black-and-white conversion with dithering (thanks to @timit3-github)