Skip to content

Commit

Permalink
Fix Endpoint Definitions for cc32xx example (#30199)
Browse files Browse the repository at this point in the history
Definitions dont match the definition in the zap file.
  • Loading branch information
tobiasgraf authored Nov 3, 2023
1 parent 6146382 commit 9eb23a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/air-purifier-app/cc32xx/main/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ extern void DisplayBanner();

#define AIR_PURIFIER_ENDPOINT 1
#define AIR_QUALITY_SENSOR_ENDPOINT 2
#define RELATIVE_HUMIDITY_SENSOR_ENDPOINT 3
#define TEMPERATURE_SENSOR_ENDPOINT 4
#define TEMPERATURE_SENSOR_ENDPOINT 3
#define RELATIVE_HUMIDITY_SENSOR_ENDPOINT 4

// Added the below three for DNS Server Initialization
using namespace ::chip;
Expand Down

0 comments on commit 9eb23a5

Please sign in to comment.