Skip to content

Releases: juergenpabel/circuitpython-escpos-server

v1.0.1

21 Feb 11:17
Compare
Choose a tag to compare

Bugfix for WIFI offline grace-period handling (seconds instead of milliseconds)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Feb 12:30
Compare
Choose a tag to compare

This release implements the general functionality, especially:

  1. Support for configuring multiple printers and multiple services. By default any printjob received via any service is sent to all active printers; by configuring the PRINTERS setting (a list of names) for a given service instance, the printjob can be sent to the configured subset of printers.
  2. Configurability of most aspects of services and printers
  3. Microcontroller resets / circuitpython reloads in case of relevant error situations (like prolonged WIFI outage, no active printers, ...); essentially just trying that it doesn't freeze in any non-functional state (naturally, cause of the error can't be corrected)

Please refer to the comments in src/settings.toml, they should give guidance until some proper configuration documentation is created.

What's Changed

New Contributors

Full Changelog: https://github.com/juergenpabel/circuitpython-escpos-server/commits/v1.0.0