mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 05:01:39 +02:00
fix compile error and warnings
This commit is contained in:
parent
8fb7bf1fcf
commit
ba8d1f3fc3
3 changed files with 11 additions and 4 deletions
|
@ -556,7 +556,7 @@ class RestApi {
|
|||
obj[F("en")] = (bool) mConfig->nrf.enabled;
|
||||
obj[F("isconnected")] = mRadioNrf->isChipConnected();
|
||||
obj[F("dataRate")] = mRadioNrf->getDataRate();
|
||||
obj[F("sn")] = String(mRadioCmt->getDTUSn(), HEX);
|
||||
obj[F("sn")] = String(mRadioNrf->getDTUSn(), HEX);
|
||||
}
|
||||
|
||||
void getSerial(JsonObject obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue