JXCT Soil Sensor 7-in-1 3.10.1
IoT система мониторинга почвы на базе ESP32
|
#include "thingspeak_client.h"
#include <NTPClient.h>
#include <ThingSpeak.h>
#include <WiFiClient.h>
#include <array>
#include <cctype>
#include "jxct_config_vars.h"
#include "jxct_device_info.h"
#include "jxct_format_utils.h"
#include "logger.h"
#include "modbus_sensor.h"
#include "wifi_manager.h"
Функции | |
const char * | getThingSpeakLastPublish () |
const char * | getThingSpeakLastError () |
void | setupThingSpeak (WiFiClient &client) |
bool | sendDataToThingSpeak () |
Переменные | |
NTPClient * | timeClient |
const char * getThingSpeakLastPublish | ( | ) |
const char * getThingSpeakLastError | ( | ) |
void setupThingSpeak | ( | WiFiClient & | client | ) |
bool sendDataToThingSpeak | ( | ) |
|
extern |