Skip to content

Commit

Permalink
Update AIS_BC95_API.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AIS-DeviceInnovation authored Jun 24, 2020
1 parent e2aab89 commit 4d50b32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AIS_BC95_API.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class AIS_BC95_API{
String getIMEI();
String getICCID();
void pingIP(String IP);
void powerSavingMode(unsigned int psm);
bool checkPSMmode();

void sendMsgHEX(String address,String desport,String payload);
Expand All @@ -75,4 +74,4 @@ class AIS_BC95_API{
Stream *_Serial;
};

#endif
#endif

0 comments on commit 4d50b32

Please sign in to comment.