Max Prokhorov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
code/espurna/main.cpp
|
|
@ -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
|
|
|
|