mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-09 06:01:37 +02:00
0.7.43
* improved RSSI for NRF24, now it's read per package (and inverter) #1129 * arranged `heap` related info together in `/system` * fix display navi during save * clean up binary output, separated to folders
This commit is contained in:
parent
a515dbbde1
commit
3600a2e28c
13 changed files with 81 additions and 60 deletions
|
@ -60,9 +60,8 @@
|
|||
h.appendChild(r);
|
||||
main.appendChild(h);
|
||||
|
||||
main.append(
|
||||
genTabRow("nrf24l01" + (obj["isPVariant"] ? "+ " : ""), (obj["isconnected"] ? "is connected " : "is not connected ")),
|
||||
genTabRow("NRF Signal: ", (obj["goodSignal"] ? "Strong signal > 64dBm" : "Weak signal < 64dBm"))
|
||||
main.appendChild(
|
||||
genTabRow("nrf24l01" + (obj["isPVariant"] ? "+ " : ""), (obj["isconnected"] ? "is connected " : "is not connected "))
|
||||
);
|
||||
|
||||
if(obj["isconnected"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue