mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Fix compiler errors
This commit is contained in:
@@ -250,8 +250,6 @@ public:
|
||||
*/
|
||||
|
||||
virtual bool restart() = 0;
|
||||
virtual bool poweroff() { return false; }
|
||||
virtual bool radioOff() { return false; }
|
||||
virtual bool sleepEnable(bool enable = true) { return false; }
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user