From 5b1422b28f7691ac8f2ff3f8b59479d95741426c Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Sun, 22 Apr 2012 22:34:17 +0200 Subject: digital/beacon: add APP_NETWORK_JOIN_REQUEST state --- digital/beacon/src/configuration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'digital/beacon/src/configuration.h') diff --git a/digital/beacon/src/configuration.h b/digital/beacon/src/configuration.h index dc7c2eac..c3952758 100644 --- a/digital/beacon/src/configuration.h +++ b/digital/beacon/src/configuration.h @@ -342,6 +342,7 @@ typedef enum { APP_INITIAL_STATE, // Initial state + APP_NETWORK_JOIN_REQUEST, APP_NETWORK_JOINING_STATE, // Attempting join the network APP_NETWORK_JOINED_STATE, // Successfully joined APP_NETWORK_LEAVING_STATE, // Leaving from the network -- cgit v1.2.3