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 7d5769b commit dc418b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WeatherSensorCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,9 @@


//#define _DEBUG_MODE_ // Enable debug output (serial console)
#define DEBUG_PORT Serial

#if defined(_DEBUG_MODE_)
#define DEBUG_PORT Serial
#define DEBUG_PRINT(...) { DEBUG_PORT.print(__VA_ARGS__); }
#define DEBUG_PRINTLN(...) { DEBUG_PORT.println(__VA_ARGS__); }
#else
Expand Down

0 comments on commit dc418b0

Please sign in to comment.