Browse Source

Merge branch 'asyncWeb03' of https://github.com/lumapu/ahoy into asyncWeb03

pull/283/head
lumapu 2 years ago
parent
commit
4617cc06e3
  1. 2
      tools/esp8266/include/dbg.h
  2. 4
      tools/esp8266/platformio.ini

2
tools/esp8266/include/dbg.h

@ -22,7 +22,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// globally used level // globally used level
#ifndef DEBUG_LEVEL
#define DEBUG_LEVEL DBG_INFO #define DEBUG_LEVEL DBG_INFO
#endif
#ifdef ARDUINO #ifdef ARDUINO
#include "Arduino.h" #include "Arduino.h"

4
tools/esp8266/platformio.ini

@ -58,7 +58,7 @@ monitor_filters =
platform = espressif8266 platform = espressif8266
board = esp12e board = esp12e
board_build.f_cpu = 80000000L board_build.f_cpu = 80000000L
build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_OOM -DDEBUG_ESP_PORT=Serial build_flags = -DDEBUG_LEVEL=DBG_DEBUG -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_OOM -DDEBUG_ESP_PORT=Serial
build_type = debug build_type = debug
monitor_filters = monitor_filters =
;default ; Remove typical terminal control codes from input ;default ; Remove typical terminal control codes from input
@ -77,7 +77,7 @@ monitor_filters =
[env:esp32-wroom32-debug] [env:esp32-wroom32-debug]
platform = espressif32 platform = espressif32
board = lolin_d32 board = lolin_d32
build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_OOM -DDEBUG_ESP_PORT=Serial build_flags = -DDEBUG_LEVEL=DBG_DEBUG -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_OOM -DDEBUG_ESP_PORT=Serial
build_type = debug build_type = debug
monitor_filters = monitor_filters =
;default ; Remove typical terminal control codes from input ;default ; Remove typical terminal control codes from input

Loading…
Cancel
Save