适配0803@170601版本电源控制引脚

This commit is contained in:
LQF 2017-06-21 09:23:04 +08:00
parent 988428fdce
commit adba59c793
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ static ProxyFactory* ProxyFac = nullptr; // 透传管理器
AP0803::AP0803()
{
LedPins.Add(PE5);
LedPins.Add(PC7); //PE5 0803上的网络指示灯
LedPins.Add(PE4);
LedPins.Add(PD0);
ButtonPins.Add(PE9);
@ -20,9 +20,9 @@ AP0803::AP0803()
ProxyFac = nullptr;
AlarmObj = nullptr;
Gsm.Com = COM2;
Gsm.Com = COM4;
Gsm.Baudrate = 115200;
Gsm.Power = PA4;
Gsm.Power = PE0; // 0A04170509板上电源为PA4
Gsm.Reset = PD3;
Gsm.LowPower = P0;