Skip to content

Commit 815dd8c

Browse files
committed
update for CCT
1 parent 161664f commit 815dd8c

File tree

1 file changed

+1
-1
lines changed
  • hardware/arduino/zunoG2/libraries/Z-Uno-2G/examples/05-CmdClass/CentralScene

1 file changed

+1
-1
lines changed

hardware/arduino/zunoG2/libraries/Z-Uno-2G/examples/05-CmdClass/CentralScene/CentralScene.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ZUNO_ENABLE(
1818

1919
byte switchBinaryValue = 0;
2020

21-
ZUNO_SETUP_S2ACCESS(SKETCH_FLAG_S2_AUTHENTICATED_BIT | SKETCH_FLAG_S2_UNAUTHENTICATED_BIT | SKETCH_FLAG_S0_BIT);
21+
ZUNO_SETUP_S2ACCESS(SKETCH_FLAG_S2_UNAUTHENTICATED_BIT | SKETCH_FLAG_S2_AUTHENTICATED_BIT | SKETCH_FLAG_S2_ACCESS_BIT | SKETCH_FLAG_S0_BIT);
2222

2323
ZUNO_SETUP_CHANNELS(ZUNO_SWITCH_BINARY(switchBinaryValue, NULL));
2424

0 commit comments

Comments
 (0)