Contents¶
- core.h File
- CoreSetup Function
- CoreLoop Function
- IsWifiConnected Function
- IsMqttConnected Function
- FatDateTime Function
- mock_datetime.h File
- MockDateTime Structure
- _year Variable
- _month Variable
- _day Variable
- _hour Variable
- _minute Variable
- _second Variable
- MockDateTime Function
- year Function
- month Function
- day Function
- hour Function
- minute Function
- second Function
- unixtime Function
- mqtt.h File
- mqttClient Variable
- SendTempToMqtt Function
- SendPendingDataToMqtt Function
- CreateFullTopic Function
- network.h File
- ConnectToWiFi Function
- ConnectToMQTT Function
- IsConnectedToServer Function
- secrets_example.h File
- SECRET_SSID Macro
- SECRET_PASS Macro
- SECRET_MQTT_USER Macro
- SECRET_MQTT_PASS Macro
- storage.h File
- SaveTempToBatchCsv Function
- DeleteCsvFile Function
- BuildJson Function
- BuildRecoveryJsonFromBatchCsv Function
- CreateFolderName Function
- CreateCsvFilename Function
- platform.h File
- rtc Variable
- sd Variable
- tempsensor Variable
- main.cpp File
- setup Function
- loop Function
- sensor.h File
- InitSensor Function
- ReadTemperatureInCelsius Function
- mock_globals.cpp File
- core.cpp File
- rtc Variable
- tempsensor Variable
- sd Variable
- wifiClient Variable
- CHIP_SELECT Variable
- SENSOR_ID_ONE Variable
- SENSOR_ID_IN_USE Variable
- SENSOR_TYPE Variable
- MQTT_TOPIC Variable
- WIFI_CONNECT_TIMEOUT_MS Variable
- LOOP_DELAY_MS Variable
- CLIENT_ID_BUFFER_SIZE Variable
- SD_SCK_FREQUENCY_MHZ Variable
- RECONNECT_INTERVAL_MS Variable
- lastLoggedMinute Variable
- seqCount Variable
- recoverySent Variable
- lastReconnectAttempt Variable
- mqttClient Function
- IsWifiConnected Function
- IsMqttConnected Function
- FatDateTime Function
- CoreSetup Function
- CoreLoop Function
- network.cpp File
- SSID Variable
- PASSWORD Variable
- BROKER Variable
- port Variable
- ConnectToWiFi Function
- ConnectToMQTT Function
- mqtt.cpp File
- SMALL_BUFFER_SIZE Variable
- LARGE_BUFFER_SIZE Variable
- FILE_NAME_BUFFER_SIZE Variable
- MAX_RECOVERY_FILES_PER_LOOP Variable
- FOLDER_NAME_BUFFER_SIZE Variable
- FULL_PATH_BUFFER_SIZE Variable
- LINE_BUFFER_SIZE Variable
- SECONDS_IN_24_HOURS Variable
- RECOVERY_TIMEOUT_MS Variable
- ACK_TIMEOUT_MS Variable
- RECOVERY_ACK_TIMEOUT_MS Variable
- DELAY_POLLING_LOOP_MS Variable
- s_ackSeen Variable
- s_ackSeq Variable
- s_pubTopic Variable
- s_ackInit Variable
- ExtractSequence Function
- OnMqttEchoMessage Function
- EnsureAckInit Function
- CreateFullTopic Function
- SendTempToMqtt Function
- SendPendingDataToMqtt Function
- sensor.cpp File
- InitSensor Function
- ReadTemperatureInCelsius Function
- include Directory
- storage.cpp File
- FOLDER_NAME_BUFFER_SIZE Variable
- CURRENT_FILENAME_BUFFER_SIZE Variable
- CSV_LINE_BUFFER_SIZE Variable
- MAX_LINES_PER_CSV_FILE Variable
- currentFilename Variable
- linesInFile Variable
- SaveTempToBatchCsv Function
- BuildJson Function
- BuildRecoveryJsonFromBatchCsv Function
- DeleteCsvFile Function
- MQTT ACK/Echo Handling Module
- src Directory