scottbez1 / splitflap

DIY split-flap display
https://scottbez1.github.io/splitflap
Other
3.09k stars 256 forks source link

HTTP polling example, memory reduction (to make room for TLS), various display improvements, serial protocol switching #191

Closed scottbez1 closed 2 years ago

scottbez1 commented 2 years ago

This was primarily an implementation of an HTTP API example, but during testing I ended up fixing a bunch of other things too. The biggest roadblock was running out of heap space for TLS (HTTPS), which necessitated a bunch of debugging and refactoring.

Changes: