Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
GPS
/
gpstracker-firmware
espelho de
https://github.com/blemasle/gpstracker-firmware.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
8
Wiki
Trabalho
Ver a proveniência
Disable SIM808 phone functionality when powering on the gps only
tags/v1.2.0
Bertrand Lemasle
há 6 anos
ascendente
a8ad48317a
cometimento
fcf9a68c0f
1 ficheiros alterados
com
2 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-0
Hardware.cpp
+ 2
- 0
Hardware.cpp
Ver ficheiro
@@ -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();
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar