mirror of
https://github.com/anklimov/lighthub
synced 2025-12-11 22:29:51 +03:00
PrintEx
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user