Block a user
fix docker image build by using python 3.13 base image
fmueller
commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1
2024-10-04 00:07:09 +02:00
add MQTT and OTA update support
That would be my assumption, too. At least for Python 3, we can be sure of it. And almost all browsers and terminals use UTF-8, too.
fmueller
commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1
2024-10-03 22:10:25 +02:00
add MQTT and OTA update support
So you are saying the LED sign's own encoding is close to CP437? I.e., if I send text to the sign that is in CP437 already, it would display most of it?
What I'm confused about is what is the…
fmueller
commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1
2024-10-03 21:38:25 +02:00
add MQTT and OTA update support
That is some odd behavior, but then again, if it works... mDNS is pretty standard with these IoT devices nowadays. For example, WLED also advertises a (user-configurable)…
fmueller
commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1
2024-10-03 21:35:55 +02:00
add MQTT and OTA update support
The mapping listed in both the Python and C++ code was deduced from the vendor's software which I blackbox reverse engineered with some USB serial converters. It was a tedious, time consuming…