Skip to content

Commit 6e9aaf0

Browse files
committed
Deleting constants/func calls no longer needed
1 parent 5ca9a2f commit 6e9aaf0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ArduinoIoTCloudTCP.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ TimeService time_service;
5656

5757
static const int TIMEOUT_FOR_LASTVALUES_SYNC = 10000;
5858

59-
const static int CONNECT_SUCCESS = 1;
60-
const static int CONNECT_FAILURE = 0;
61-
const static int CONNECT_FAILURE_SUBSCRIBE = -1;
62-
6359
/******************************************************************************
6460
LOCAL MODULE FUNCTIONS
6561
******************************************************************************/
@@ -160,8 +156,6 @@ int ArduinoIoTCloudTCP::begin(String brokerAddress, uint16_t brokerPort)
160156
_dataTopicIn = getTopic_datain();
161157
_ota_topic_in = getTopic_ota_in();
162158

163-
printConnectionStatus(_iot_status);
164-
165159
#if OTA_STORAGE_SSU
166160
setOTAStorage(ota_storage_ssu);
167161
#elif OTA_STORAGE_SFU

0 commit comments

Comments
 (0)