From 6701c5204862147501846a9192d4df3dfba10209 Mon Sep 17 00:00:00 2001 From: lumapu Date: Tue, 28 Nov 2023 22:29:11 +0100 Subject: [PATCH] small corrections --- src/hm/Communication.h | 3 ++- src/web/html/update.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/hm/Communication.h b/src/hm/Communication.h index da4496b1..f41c2206 100644 --- a/src/hm/Communication.h +++ b/src/hm/Communication.h @@ -164,6 +164,7 @@ class Communication : public CommQueue<> { if(3 == p->ch) DBGPRINT(F("0")); DBGPRINT(String(p->ch)); + DBGPRINT(F(" ")); } else { DBGPRINT(String(p->rssi)); DBGPRINT(F("dBm | ")); @@ -174,7 +175,7 @@ class Communication : public CommQueue<> { else ah::dumpBuf(p->packet, p->len); } else { - DBGPRINT(F("frm ")); + DBGPRINT(F("| ")); DBGHEXLN(p->packet[9]); } diff --git a/src/web/html/update.html b/src/web/html/update.html index fb748ffe..4e56b1ad 100644 --- a/src/web/html/update.html +++ b/src/web/html/update.html @@ -16,7 +16,7 @@
- Download latest Release and Development verisons + Download latest Release and Development versions