mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
fixing cppcheck
This commit is contained in:
parent
bec89490ba
commit
e6e946dc37
|
|
@ -112,10 +112,10 @@ void setup() {
|
|||
|
||||
#ifdef T_INTERNET_POE
|
||||
LoRaSystem.getTaskManager().addAlwaysRunTask(ðTask);
|
||||
tcpip = true;
|
||||
tcpip = true; // cppcheck-suppress redundantAssignment
|
||||
#endif
|
||||
|
||||
if (tcpip) {
|
||||
if (tcpip) { // cppcheck-suppress knownConditionTrueFalse
|
||||
LoRaSystem.getTaskManager().addTask(&otaTask);
|
||||
LoRaSystem.getTaskManager().addTask(&ntpTask);
|
||||
if (userConfig.ftp.active) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue