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) if(3 == p->ch)
DBGPRINT(F("0")); DBGPRINT(F("0"));
DBGPRINT(String(p->ch)); DBGPRINT(String(p->ch));
DBGPRINT(F(" "));
} else { } else {
DBGPRINT(String(p->rssi)); DBGPRINT(String(p->rssi));
DBGPRINT(F("dBm | ")); DBGPRINT(F("dBm | "));
@ -174,7 +175,7 @@ class Communication : public CommQueue<> {
else else
ah::dumpBuf(p->packet, p->len); ah::dumpBuf(p->packet, p->len);
} else { } else {
DBGPRINT(F("frm ")); DBGPRINT(F("| "));
DBGHEXLN(p->packet[9]); DBGHEXLN(p->packet[9]);
} }

2
src/web/html/update.html

@ -16,7 +16,7 @@
</form> </form>
</fieldset> </fieldset>
<div class="row mt-4"> <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> </div>
</div> </div>

Loading…
Cancel
Save