Explorar el Código

Removed sim808 powerOn / off on startup to improve startup speed

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

+ 0
- 3
GpsTracker/Hardware.cpp Ver fichero

@@ -43,11 +43,8 @@ namespace hardware {

void setup() {
VERBOSE("setup");
device.powerOnOff(true);
simSerial.begin(4800);

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

void gpsPowerOn() {


Cargando…
Cancelar
Guardar