You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
397 B
19 lines
397 B
/*
|
|
* challenge_communication.h
|
|
*
|
|
* Created on: 05.12.2022
|
|
* Author: jonas
|
|
*/
|
|
|
|
#ifndef MAIN_CHALLENGE_COM_H_
|
|
#define MAIN_CHALLENGE_COM_H_
|
|
|
|
/* TOPICS */
|
|
const char MQTT_TOPIC_SF_DISPLAY[] = "/splitFlap/cmd/display/";
|
|
const char MQTT_TOPIC_SF_INITALL[] = "/splitFlap/cmd/init/";
|
|
const char MQTT_TOPIC_SF_CONFIG_SETUP[] = "/splitFlap/config/setup/";
|
|
|
|
|
|
|
|
|
|
#endif /* MAIN_CHALLENGE_COM_H_ */
|
|
|