Skip to content

Commit

Permalink
fix build error (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
womoak75 authored Feb 4, 2023
1 parent 31e0b53 commit 5e8ce5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class app : public IApp, public ah::Scheduler {
void saveValues(void);
void resetPayload(Inverter<>* iv);
bool getWifiApActive(void);
virtual void setupSettings(settings* appsettings) = 0;
virtual void setupCB(PubMqttType* mqtt, WebType* webtype, RestApiType* restapi) = 0;
virtual void setupSettings(settings* appsettings) {}
virtual void setupCB(PubMqttType* mqtt, WebType* webtype, RestApiType* restapi) {}

uint32_t getUptime() {
return Scheduler::getUptime();
Expand Down

0 comments on commit 5e8ce5a

Please sign in to comment.