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
Disable SIM808 phone functionality when powering on the gps only
tags/v1.2.0
Bertrand Lemasle
hace 6 años
padre
a8ad48317a
commit
fcf9a68c0f
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
Hardware.cpp
+ 2
- 0
Hardware.cpp
Ver fichero
@@ -63,6 +63,8 @@ namespace hardware {
VEBOSE("gpsPowerOn");
powerOn();
//SIM808 turns phone on by default but we don't need it
if(!networkPoweredCount) device.setPhoneFunctionality(SIM808_PHONE_FUNCTIONALITY::MINIMUM);
device.enableGps();
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar