File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
examples/SARA-R5_Example17_AssistNow_MQTT Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,6 @@ const char MQTT_TOPIC_MGA_BDS[] = MQTT_TOPIC_MGA "/bds"; //!< Beidou (CN)
44
44
#define CONFIG_DEVICE_TITLE " HPG solution" // !< a used friendly name
45
45
#define CONFIG_DEVICE_NAMEPREFIX " hpg" // !< a hostname compatible prefix, only a-z, 0-9 and -
46
46
47
- // PointPerfect configuration
48
- const char CONFIG_VALUE_BROKERHOST[] = " brokerHost" ; // !< config key for brocker host
49
- const char CONFIG_VALUE_STREAM[] = " stream" ; // !< config key for stream
50
- const char CONFIG_VALUE_ROOTCA[] = " rootCa" ; // !< config key for root certificate
51
- const char CONFIG_VALUE_CLIENTCERT[] = " clientCert" ; // !< config key for client certificate
52
- const char CONFIG_VALUE_CLIENTKEY[] = " clientKey" ; // !< config key for client keys
53
- const char CONFIG_VALUE_CLIENTID[] = " clientId" ; // !< config key for client id
54
-
55
47
/* * This class encapsulates all WLAN functions.
56
48
*/
57
49
class CONFIG {
You can’t perform that action at this time.
0 commit comments