This commit is contained in:
livello
2018-10-09 01:27:56 +03:00
parent b83badcff8
commit 698c2a653a
3 changed files with 181 additions and 222 deletions

View File

@@ -1,9 +1,6 @@
#pragma once
#include "options.h"
#ifndef LIGHTHUB_MAIN_H
#define LIGHTHUB_MAIN_H
#if defined(__SAM3X8E__)
#define wdt_res() watchdogReset()
#define wdt_en()
@@ -238,4 +235,5 @@ void onInitialStateInitLAN();
void ip_ready_config_loaded_connecting_to_broker();
#endif //LIGHTHUB_MAIN_H
void printCurentLanConfig();