diff options
-rw-r--r-- | Mode/ModeSemtech.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mode/ModeSemtech.h b/Mode/ModeSemtech.h index 11a3de8..4812ec4 100644 --- a/Mode/ModeSemtech.h +++ b/Mode/ModeSemtech.h @@ -47,8 +47,7 @@ private: float _temp_C; std::vector<uint8_t> _send_data; - uint8_t _parameter, _padding, _interval, - _max_padding, _band; + uint8_t _parameter, _padding, _interval,_max_padding, _band; bool _drAll, _link_check, _GPS; string _Sw1, _Sw2; |