Browse Source

small corrections

pull/1252/head
lumapu 10 months ago
parent
commit
6701c52048
  1. 3
      src/hm/Communication.h
  2. 2
      src/web/html/update.html

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

2
src/web/html/update.html

@ -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>

Loading…
Cancel
Save