Browse Source

Add apiSetup() back

pull/2263/head
Max Prokhorov 3 years ago
committed by GitHub
parent
commit
8adbe08f5b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      code/espurna/main.cpp

+ 3
- 0
code/espurna/main.cpp View File

@ -189,6 +189,9 @@ void setup() {
#if API_SUPPORT || TERMINAL_WEB_API_SUPPORT
apiCommonSetup();
#endif
#if API_SUPPORT
apiSetup();
#endif
// lightSetup must be called before relaySetup
#if LIGHT_PROVIDER != LIGHT_PROVIDER_NONE


Loading…
Cancel
Save