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.
tobiasgraf authored and pull[bot] committed Feb 20, 2024
1 parent e309fcd commit 1137659
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
@@ -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;

0 comments on commit 1137659

Please sign in to comment.