Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
GPS
/
gpstracker-firmware
mirror da
https://github.com/blemasle/gpstracker-firmware.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
8
Wiki
Attività
Sfoglia il codice sorgente
Disable SIM808 phone functionality when powering on the gps only
tags/v1.2.0
Bertrand Lemasle
6 anni fa
parent
a8ad48317a
commit
fcf9a68c0f
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
Hardware.cpp
+ 2
- 0
Hardware.cpp
Vedi File
@@ -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();
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva