Skip to content

Commit

Permalink
const nodeID
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple committed Aug 19, 2020
1 parent b79f22a commit 7296493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wifi-echo/server/esp32/main/EchoServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ using namespace ::chip;
using namespace ::chip::Inet;
using namespace ::chip::Transport;

NodeId kLocalNodeId = 12344321;
extern const NodeId kLocalNodeId = 12344321;
extern LEDWidget statusLED; // In wifi-echo.cpp

namespace {
Expand Down

0 comments on commit 7296493

Please sign in to comment.