Browse Source

lowered debg level, readded web::setup call

pull/167/head
tastendruecker123 3 years ago
parent
commit
2b5612beeb
  1. 2
      tools/esp8266/app.cpp
  2. 2
      tools/esp8266/include/dbg.h

2
tools/esp8266/app.cpp

@ -22,7 +22,7 @@ app::app() {
DPRINTLN(DBG_VERBOSE, F("app::web"));
mWebInst = new web(this, &mSysConfig, &mConfig, mVersion);
DPRINTLN(DBG_VERBOSE, F("app::setup"));
//mWebInst->setup();
mWebInst->setup();
DPRINTLN(DBG_VERBOSE, F("app::reset"));
resetSystem();
DPRINTLN(DBG_VERBOSE, F("app::config"));

2
tools/esp8266/include/dbg.h

@ -21,7 +21,7 @@
//-----------------------------------------------------------------------------
// globally used level
#define DEBUG_LEVEL DBG_VERBOSE
#define DEBUG_LEVEL DBG_INFO
#ifdef ARDUINO
#include "Arduino.h"

Loading…
Cancel
Save