GPIO motor support #165 Publish only changes #167

This commit is contained in:
Robert Strouse 2023-10-05 14:52:54 -07:00
parent 1cb9746cc8
commit 4d49a048f4
11 changed files with 737 additions and 301 deletions

View file

@ -76,7 +76,6 @@ class EthernetSettings: BaseSettings {
bool load();
bool save();
void print();
};
class IPSettings: BaseSettings {
public: