Skip to content

Commit 8cab36a

Browse files
committed
Update CONFIG.h
1 parent 6c3b7b4 commit 8cab36a

File tree

1 file changed

+0
-8
lines changed
  • examples/SARA-R5_Example17_AssistNow_MQTT

1 file changed

+0
-8
lines changed

examples/SARA-R5_Example17_AssistNow_MQTT/CONFIG.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ const char MQTT_TOPIC_MGA_BDS[] = MQTT_TOPIC_MGA "/bds"; //!< Beidou (CN)
4444
#define CONFIG_DEVICE_TITLE "HPG solution" //!< a used friendly name
4545
#define CONFIG_DEVICE_NAMEPREFIX "hpg" //!< a hostname compatible prefix, only a-z, 0-9 and -
4646

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-
5547
/** This class encapsulates all WLAN functions.
5648
*/
5749
class CONFIG {

0 commit comments

Comments
 (0)