* fix communication to inverters #1198
This commit is contained in:
lumapu 2023-10-01 12:12:21 +02:00
parent 5a01cc86e6
commit dae638f7c6
8 changed files with 15 additions and 21 deletions

View file

@ -32,8 +32,6 @@ class IApp {
virtual bool getShouldReboot() = 0;
virtual void setRebootFlag() = 0;
virtual const char *getVersion() = 0;
virtual statistics_t *getNrfStatistics() = 0;
virtual statistics_t *getCmtStatistics() = 0;
#if !defined(ETHERNET)
virtual void scanAvailNetworks() = 0;