JXCT Soil Sensor 7-in-1 v3.4.9 (June 2025)
Professional IoT soil monitoring system with ESP32, Modbus RTU, MQTT, and advanced compensation algorithms
|
#include <Arduino.h>
Макросы | |
#define | DEBUG_PRINT(x) |
#define | DEBUG_PRINTLN(x) |
#define | DEBUG_PRINTF(fmt, ...) |
#define | DEBUG_PRINT_VAR(name, value) |
#define | DEBUG_PRINT_INT(name, value) |
#define | DEBUG_PRINT_FLOAT(name, value) |
#define | ERROR_PRINT(x) |
#define | ERROR_PRINTLN(x) |
#define | ERROR_PRINTF(fmt, ...) |
#define | INFO_PRINT(x) |
#define | INFO_PRINTLN(x) |
#define | INFO_PRINTF(fmt, ...) |
#define DEBUG_PRINT | ( | x | ) |
См. определение в файле debug.h строка 17
Используется в handleMqttCommand() и resetConfig().
#define DEBUG_PRINTF | ( | fmt, | |
... ) |
См. определение в файле debug.h строка 19
Используется в addToMovingAverage(), connectMQTT(), getCachedIP(), mqttCallback(), publishAvailability(), setupMQTT() и shouldPublishMqtt().
#define DEBUG_PRINTLN | ( | x | ) |
См. определение в файле debug.h строка 18
Используется в connectMQTT(), fakeSensorTask(), handleMqttCommand(), initMovingAverageBuffers(), loop(), publishHomeAssistantConfig(), publishSensorData(), resetButtonTask(), resetConfig(), setupMQTT() и shouldPublishMqtt().
#define ERROR_PRINTF | ( | fmt, | |
... ) |
См. определение в файле debug.h строка 28
Используется в setupMQTT().
#define ERROR_PRINTLN | ( | x | ) |
См. определение в файле debug.h строка 27
Используется в connectMQTT() и setupMQTT().
#define INFO_PRINTLN | ( | x | ) |
См. определение в файле debug.h строка 37
Используется в connectMQTT(), invalidateHAConfigCache(), publishHomeAssistantConfig(), removeHomeAssistantConfig() и setupMQTT().