mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
0.8.69
* fix brackets
This commit is contained in:
parent
ac58f2f078
commit
349184a113
7 changed files with 24 additions and 19 deletions
|
@ -464,7 +464,7 @@ class Inverter {
|
|||
status = InverterStatus::OFF;
|
||||
actPowerLimit = 0xffff; // power limit will be read once inverter becomes available
|
||||
alarmMesIndex = 0;
|
||||
if(ivRadioType == INV_RADIO_TYPE_NRF) {
|
||||
if(INV_RADIO_TYPE_NRF == ivRadioType) {
|
||||
heuristics.clear();
|
||||
#ifdef DYNAMIC_OFFSET
|
||||
rxOffset = ivGen == IV_HM ? 13 : 12; // effective 3 (or 2), but can easily be recognized as default setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue