small corrections

This commit is contained in:
lumapu 2023-11-28 22:29:11 +01:00
parent 531869737e
commit 6701c52048
2 changed files with 3 additions and 2 deletions

View file

@ -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]);
}

View file

@ -16,7 +16,7 @@
</form>
</fieldset>
<div class="row mt-4">
<a href="https://fw.ahoydtu.de" target="_blank">Download latest Release and Development verisons<a/>
<a href="https://fw.ahoydtu.de" target="_blank">Download latest Release and Development versions<a/>
</div>
</div>
</div>