mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Minor tweaks
This commit is contained in:
parent
0c927a67d7
commit
79467a8846
@ -8,12 +8,12 @@
|
|||||||
#include "hasp_conf.h" // load first
|
#include "hasp_conf.h" // load first
|
||||||
|
|
||||||
#if HASP_USE_CONFIG > 0
|
#if HASP_USE_CONFIG > 0
|
||||||
#include "hasp_debug.h"
|
#include "hasp_debug.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HASP_USE_CONFIG > 0
|
#if HASP_USE_CONFIG > 0
|
||||||
#include "hasp_config.h"
|
#include "hasp_config.h"
|
||||||
#include "hasp_gui.h"
|
#include "hasp_gui.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "hasp_oobe.h"
|
#include "hasp_oobe.h"
|
||||||
@ -31,6 +31,8 @@ unsigned long mainLastLoopTime = 0;
|
|||||||
|
|
||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
|
// hal_setup();
|
||||||
|
|
||||||
haspDevice.pre_setup();
|
haspDevice.pre_setup();
|
||||||
|
|
||||||
/****************************
|
/****************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user