Update ArduinoProps.izp

Update BlinkOnWifiProps.ino
This commit is contained in:
fauresystems
2020-03-04 09:17:11 +01:00
parent e4c663bfc7
commit 2f61d103f3
2 changed files with 4 additions and 4 deletions
@@ -17,10 +17,6 @@
const char* ssid = "";
const char *passphrase = "";
// Builtin led is not available with the shield
#undef LED_BUILTIN
#define LED_BUILTIN 8
// If you're running xcape.io Room software you have to respect props inbox/outbox
// topicw syntax: Room/[escape room name]/Props/[propsname]/inbox|outbox
// https://xcape.io/go/room
@@ -31,6 +27,10 @@ WifiProps props(u8"Arduino Blink", // as MQTT client id, should be unique per cl
"192.168.1.53", // your MQTT server IP address
1883); // your MQTT server port;
// Builtin led is not available with the shield
#undef LED_BUILTIN
#define LED_BUILTIN 8
PropsDataLogical clignoter(u8"clignote", u8"oui", u8"non", true);
PropsDataLogical led(u8"led");
PropsDataText rssi(u8"rssi");