mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
comments, fix typos, prep for v3.2
This commit is contained in:
@@ -113,7 +113,6 @@ class System {
|
||||
|
||||
bool network_connected() {
|
||||
#ifndef EMSESP_STANDALONE
|
||||
// return (ethernet_connected_ || WiFi.isConnected());
|
||||
return network_connected_;
|
||||
#else
|
||||
return true;
|
||||
@@ -144,6 +143,7 @@ class System {
|
||||
static constexpr uint32_t SYSTEM_HEARTBEAT_INTERVAL = 60000; // in milliseconds, how often the MQTT heartbeat is sent (1 min)
|
||||
static constexpr uint32_t SYSTEM_MEASURE_ANALOG_INTERVAL = 500;
|
||||
static constexpr uint8_t LED_ON = HIGH; // LED
|
||||
static constexpr uint8_t ADC_CH0_GPIO = 36;
|
||||
|
||||
#ifndef EMSESP_STANDALONE
|
||||
static uuid::syslog::SyslogService syslog_;
|
||||
|
||||
Reference in New Issue
Block a user