Explorar el Código

Fixed double init from setup

tags/v1.2.0
Bertrand Lemasle hace 7 años
padre
commit
d0e93ea777
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      GpsTracker/Hardware.cpp

+ 1
- 1
GpsTracker/Hardware.cpp Ver fichero

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

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

void gpsPowerOn() {


Cargando…
Cancelar
Guardar