Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
GPS
/
gpstracker-firmware
réplica de
https://github.com/blemasle/gpstracker-firmware.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
8
Wiki
Actividad
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
2c35fbe0f1
commit
0be4128850
Se han
modificado 1 ficheros
con
0 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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() {
Escribir
Vista previa
Cargando…
Cancelar
Guardar