Ver código fonte

Fixed double init from setup

tags/v1.2.0
Bertrand Lemasle 7 anos atrás
pai
commit
d0e93ea777
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      GpsTracker/Hardware.cpp

+ 1
- 1
GpsTracker/Hardware.cpp Ver arquivo

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

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

void gpsPowerOn() {


Carregando…
Cancelar
Salvar