Adding micro OLED client and systemd service files for auto startup on boot#31
Adding micro OLED client and systemd service files for auto startup on boot#31embeddDev wants to merge 7 commits intogregorychen3:masterfrom
Conversation
|
Hello @embeddDev , thanks for your interest in this project! Skimming through the code change, it looks like you've added the following features:
OLED Temperature DisplayThis feature may be a bit redundant. The go binary already serves up a full UI for monitoring the temperature and configuring the PID control. Part of this project's appeal is that installation is dead simple: just copy the compiled go binary to the raspi; no need to struggle with envs, PATH variable, python versions, or pip. But this OLED feature breaks this as it requires the startup of a separate python service. I'd prefer not to bring in python if it can be helped. systemd configsThis is very useful! Can you add it to the existing README.md under Let me know what you think. And again thanks for your interest and contribution. |
No description provided.