Extend the CC26xx web demo to support the LaunchPad
This commit is contained in:
parent
54f0a2ecbd
commit
61e619dfcd
4 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue