File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ class PPPClass : public NetworkInterface {
41
41
// Modem DCE APIs
42
42
int RSSI () const ;
43
43
int BER () const ;
44
- int getBatteryVoltage () const ;
45
- int getBatteryLevel () const ;
46
- int getBatteryStatus () const ;
47
44
String IMSI () const ;
48
45
String IMEI () const ;
49
46
String moduleName () const ; // modem module name
@@ -52,7 +49,10 @@ class PPPClass : public NetworkInterface {
52
49
int radioState () const ; // 0:minimal, 1:full
53
50
bool attached () const ; // true is attached to network
54
51
bool sync () const ; // true if responds to 'AT'
55
-
52
+ int batteryVoltage () const ;
53
+ int batteryLevel () const ;
54
+ int batteryStatus () const ;
55
+
56
56
// Switch the communication mode
57
57
bool mode (esp_modem_dce_mode_t m);
58
58
esp_modem_dce_mode_t mode () const {
You can’t perform that action at this time.
0 commit comments