Преглед изворни кода

Fixed double init from setup

tags/v1.2.0
Bertrand Lemasle пре 7 година
родитељ
комит
d0e93ea777
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      GpsTracker/Hardware.cpp

+ 1
- 1
GpsTracker/Hardware.cpp Прегледај датотеку

@@ -39,7 +39,7 @@ namespace hardware {
simSerial.begin(4800);

device.begin(simSerial);
device.init();
device.powerOnOff(false);
}

void gpsPowerOn() {


Loading…
Откажи
Сачувај