Skip to content

Commit

Permalink
Update WeatherSensorCfg.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Sep 27, 2023
1 parent b3b4445 commit 03b4f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WeatherSensorCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
#define ARDUHAL_LOG_LEVEL_DEBUG 4
#define ARDUHAL_LOG_LEVEL_VERBOSE 5

#if defined(ARDUINO_ARCH_RP2040)
#if defined(ARDUINO_ARCH_RP2040) && defined(DEBUG_RP2040_PORT)
#define DEBUG_ESP_PORT DEBUG_RP2040_PORT
#else
#elif defined(DEBUG_ESP_PORT)
#define DEBUG_PORT DEBUG_ESP_PORT
#endif

Expand Down

0 comments on commit 03b4f53

Please sign in to comment.