Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
GPS
/
gpstracker-firmware
espelhamento de
https://github.com/blemasle/gpstracker-firmware.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
8
Wiki
Atividade
Ver código fonte
Disable SIM808 phone functionality when powering on the gps only
tags/v1.2.0
Bertrand Lemasle
6 anos atrás
pai
a8ad48317a
commit
fcf9a68c0f
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
Hardware.cpp
+ 2
- 0
Hardware.cpp
Ver arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar