Skip to content

Commit

Permalink
revert default test to general
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Sep 23, 2023
1 parent ba4ebe2 commit 365c959
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

namespace emsesp {

// #define EMSESP_DEBUG_DEFAULT "general"
#define EMSESP_DEBUG_DEFAULT "general"

// #define EMSESP_DEBUG_DEFAULT "thermostat"
// #define EMSESP_DEBUG_DEFAULT "solar"
Expand Down Expand Up @@ -55,8 +55,7 @@ namespace emsesp {
// #define EMSESP_DEBUG_DEFAULT "entity_dump"
// #define EMSESP_DEBUG_DEFAULT "memory"
// #define EMSESP_DEBUG_DEFAULT "coldshot"
#define EMSESP_DEBUG_DEFAULT "custom_entities"

// #define EMSESP_DEBUG_DEFAULT "custom_entities"

class Test {
public:
Expand Down

0 comments on commit 365c959

Please sign in to comment.