Minor tweaks

This commit is contained in:
fvanroie 2021-02-17 03:41:08 +01:00
parent 0c927a67d7
commit 79467a8846

View File

@ -8,12 +8,12 @@
#include "hasp_conf.h" // load first
#if HASP_USE_CONFIG > 0
#include "hasp_debug.h"
#include "hasp_debug.h"
#endif
#if HASP_USE_CONFIG > 0
#include "hasp_config.h"
#include "hasp_gui.h"
#include "hasp_config.h"
#include "hasp_gui.h"
#endif
#include "hasp_oobe.h"
@ -31,6 +31,8 @@ unsigned long mainLastLoopTime = 0;
void setup()
{
// hal_setup();
haspDevice.pre_setup();
/****************************