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