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 <WiFiClient.h>
#include <Arduino.h>
#include <ThingSpeak.h>
Функции | |
const char * | getThingSpeakLastPublish () |
const char * | getThingSpeakLastError () |
void | setupThingSpeak (WiFiClient &client) |
bool | sendDataToThingSpeak () |
Переменные | |
WiFiClient | espClient |
const char * getThingSpeakLastError | ( | ) |
См. определение в файле thingspeak_client.cpp строка 44
const char * getThingSpeakLastPublish | ( | ) |
См. определение в файле thingspeak_client.cpp строка 40
bool sendDataToThingSpeak | ( | ) |
См. определение в файле thingspeak_client.cpp строка 54
Перекрестные ссылки config, consecutiveFailCount, format_ec(), format_moisture(), format_npk(), format_ph(), format_temperature(), lastTsPublish, logData(), logDebug(), logError(), logSuccess(), logWarn(), sensorData, thingSpeakLastErrorBuffer, thingSpeakLastPublishBuffer, trim() и wifiConnected.
Используется в loop().
void setupThingSpeak | ( | WiFiClient & | client | ) |
См. определение в файле thingspeak_client.cpp строка 49
Используется в setup().
|
extern |
См. определение в файле mqtt_client.cpp строка 22
Используется в mqttClient() и setup().