Skip to content

Releases: andreisperid/E-TKT

E-TKT v2.0.0

04 May 18:21
d63a636
Compare
Choose a tag to compare

Important: major Firmware refactoring has been made from v1 to v2

Firmware

  • Break out firmware into multiple classes. by @sabeechen in #46
  • Add configuration to allow OTA updates by @sabeechen in #41
  • Sync print label and progress across web app instances by @sabeechen in #43

Bugfixes

E-TKT v1.1.0

28 Apr 23:36
736edb1
Compare
Choose a tag to compare

Firmware

Tools

  • new physical device simulator, using a local python server to accelerate web app development, by @sabeechen in #17 (comment)

New Contributors

  • @Knochi made their first contribution in #32 (experimental)

🧪 Experimental

Tools

E-TKT v1.0.1

19 Apr 23:07
Compare
Choose a tag to compare

Structure

  • Now using M3x16mm as the side screws (instead of M3x20mm), to avoid interference with the K_top_screenholder as suggested by @sedorr in #29
  • Fixed documentation and B.O.M. by @sedorr in #27 and #25

Firmware

  • Move state handling into the webserver (JSON API) by @sabeechen in #16
  • Support UTF-8 and scroll longer labels on the device screen by @sabeechen in #22
  • Fix letter J being mistakenly printed by noting the prevChar is changed during homing by @sabeechen in #19
  • Fix misloading the web app font by using lowercase for the font file name by @sabeechen in #13
  • Fix text input on iOS, input elements are now selectable for browsers that care about user-selectable CSS attributes by @sabeechen in #21

New Contributors

E-TKT v1.0.0

19 Apr 21:50
be3ac55
Compare
Choose a tag to compare

First initial release, from October 2022.

Structure

  • 3D printed

Electronics

  • Custom PCB, ESP32-based

Firmware

  • Arduino