From 1212d352c9e98dda0fd29890243dadcd0386a30c Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:23:05 +0200 Subject: [PATCH] Updated to Arduino v2.2.1 --- DEBUG_OUTPUT.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/DEBUG_OUTPUT.md b/DEBUG_OUTPUT.md index eea6f6d0..0340eb21 100644 --- a/DEBUG_OUTPUT.md +++ b/DEBUG_OUTPUT.md @@ -3,12 +3,16 @@ ## ESP32 1. Select appropriate (USB-)serial port for your board + + ![Arduino_IDE-Tools_Port](https://github.com/matthias-bs/BresserWeatherSensorTTN/assets/83612361/be496bf8-89ce-4db5-b1bf-c88a7f5e99cb) - ESP32 Port Selection +**or** + ![Arduino_IDE-Select_Other_Board_and_Port](https://github.com/matthias-bs/BresserWeatherSensorTTN/assets/83612361/ac847f23-4fe6-4111-929f-ac6d36cb8a53) + 2. Select desired debug level - - ESP32 Core Debug Level + + ![Arduino_IDE-Tools_CoreDebugLevel](https://github.com/matthias-bs/BresserWeatherSensorTTN/assets/83612361/72a8b1d9-8d39-41fc-9658-78b432b73d56) This passes the define `CORE_DEBUG_LEVEL`to the compiler accordingly. @@ -17,15 +21,16 @@ Refer to the following for some background information * https://www.mischianti.org/2020/09/20/esp32-manage-multiple-serial-and-logging-for-debugging-3/ * https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-log.h + ## ESP8266 1. Select appropriate (USB-)serial port for your board - ESP8266 Port Selection - + ![Arduino_IDE-Tools_Port_ESP8266](https://github.com/matthias-bs/BresserWeatherSensorReceiver/assets/83612361/dafbdd33-244f-44b3-b3f4-da854633f634) + 2. Select the appropriate Debug Port (MCU serial interface) of your board - ESP8266 Debug Port Selection + ![Arduino_IDE-Tools_Debug_Port_ESP8266](https://github.com/matthias-bs/BresserWeatherSensorReceiver/assets/83612361/7d7fdc96-2abd-4f55-9203-595f08eb7f06) 3. If needed, change the debug level in `WeatherSensorCfg.h` ```