-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safety mode #174
Comments
Ongoing discussion about this: #61 |
|
I have created a This needs thorough testing though... as it involves some multi-threading and semaphores, which I'm not really familiar with. |
Can you add a feature to run a cmd file when MQTT connects and when it disconnects like you do for wifi? |
The main issue has been that the I'm playing around now with the I'll publish my code later for testing, but basically it would be a simple define to switch like:
|
That sounds like a sensible way forward to me. |
Now that I think about it... it could have an influence on the ETHSPI code. |
The ETHSPI is using the lwip network interface, so it will all just work with the WiFiClient. It's not a separate Ethernet library. |
My bad! I thought it was a purely Arduino SPI library, but looking under the hood indeed reveals the ESP-IDF framework being used. This is good news and should indeed be supported by the I have checked in the code but now somehow the Github throws an error while I'm able to compile locally... |
I've worked around the error by disabling Freetype for the time being. |
I've added |
If wifi or HA dead need safety mode.
We need control inbuild relay. It's hard to fix problem in the dark. And I think the screen protection should also work without network.
I have Lanbon L8 with 0.6.0 firmware.
The text was updated successfully, but these errors were encountered: