Extend the CC26xx web demo to support the LaunchPad

This commit is contained in:
George Oikonomou 2016-01-24 16:54:45 +00:00
parent 54f0a2ecbd
commit 61e619dfcd
4 changed files with 13 additions and 13 deletions

View file

@ -100,6 +100,8 @@
#if BOARD_SENSORTAG
/* Force an MQTT publish on sensor event */
#define CC26XX_WEB_DEMO_MQTT_PUBLISH_TRIGGER &reed_relay_sensor
#elif BOARD_LAUNCHPAD
#define CC26XX_WEB_DEMO_MQTT_PUBLISH_TRIGGER &button_left_sensor
#else
#define CC26XX_WEB_DEMO_MQTT_PUBLISH_TRIGGER &button_down_sensor
#endif