#include <Settings.h>
Public Member Functions | |
AeroponicsModuleSettings (bool SerialReportDate=true, bool SerialReportMemory=true, bool SerialReportJSONFriendly=true, bool SerialReportJSON=true, bool SerialReportWireless=true) | |
Data Fields | |
bool | SerialReportDate |
Enable/disable reporting the current time to the Serial output. | |
bool | SerialReportMemory |
Enable/disable reporting the remaining free memory to the Serial output. | |
bool | SerialReportJSONFriendly |
Enable/disable sending Text formatted reports to the Serial output. | |
bool | SerialReportJSON |
Enable/disable sending JSON formatted reports to the Serial output. | |
bool | SerialReportWireless |
Enable/disable sending wireless package exchange reports to the Serial output. | |
Definition at line 45 of file Settings.h.
|
inline |
Definition at line 47 of file Settings.h.
bool Settings::AeroponicsModuleSettings::SerialReportDate |
Enable/disable reporting the current time to the Serial output.
Definition at line 48 of file Settings.h.
bool Settings::AeroponicsModuleSettings::SerialReportJSON |
Enable/disable sending JSON formatted reports to the Serial output.
Definition at line 51 of file Settings.h.
bool Settings::AeroponicsModuleSettings::SerialReportJSONFriendly |
Enable/disable sending Text formatted reports to the Serial output.
Definition at line 50 of file Settings.h.
bool Settings::AeroponicsModuleSettings::SerialReportMemory |
Enable/disable reporting the remaining free memory to the Serial output.
Definition at line 49 of file Settings.h.
bool Settings::AeroponicsModuleSettings::SerialReportWireless |
Enable/disable sending wireless package exchange reports to the Serial output.
Definition at line 52 of file Settings.h.