mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 08:58:22 +02:00
small corrections
This commit is contained in:
parent
531869737e
commit
6701c52048
2 changed files with 3 additions and 2 deletions
|
@ -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]);
|
||||
}
|
||||
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue