소스 검색

Disable SIM808 phone functionality when powering on the gps only

tags/v1.2.0
Bertrand Lemasle 6 년 전
부모
커밋
fcf9a68c0f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      Hardware.cpp

+ 2
- 0
Hardware.cpp 파일 보기

@@ -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();
}



불러오는 중...
취소
저장