JonnyBooker / split-flap

Code for split-flap display based on: https://github.com/Dave19171/split-flap
https://www.prusaprinters.org/prints/69464-split-flap-display
GNU General Public License v3.0
38 stars 6 forks source link

wifi control #8

Closed j-gaikwad closed 3 months ago

j-gaikwad commented 3 months ago

I'm having an issue with the ESP8266 actually controlling the unit. The unit is working correctly via test mode and I can access the UI on the ESP just fine. When I hook up a serial debugger to the ESP here is what i'm seeing in the output.

I have UNITS_AMOUNT set to 2 as that's all I have built and connected for testing.

Try to wake up unit A unit in the display is sleeping Waiting for a display to stop 0:-1

Thanks!

j-gaikwad commented 3 months ago

all good here, needed to disable serial debugging on the ESP

JonnyBooker commented 3 months ago

Fallen for that one myself before. Glad got it sorted @j-gaikwad!