Add state signalisation via blipping GPIO17

This commit is contained in:
2025-01-30 18:06:56 +01:00
parent dea3d1307a
commit b57e955dc2
3 changed files with 247 additions and 8 deletions

View File

@ -31,5 +31,4 @@ void handle_receive(String &message) {
void loop() {
/* Continuously send to consume power on TX */
dezibot.communication.sendMessage("Power Test Message");
}