formatting

This commit is contained in:
proddy
2021-09-19 21:29:53 +02:00
parent 500e089b97
commit f8bee9b5c5

View File

@@ -660,6 +660,7 @@ void System::commands_init() {
Command::add(EMSdevice::DeviceType::SYSTEM, F_(watch), System::command_watch, F("watch incoming telegrams"), CommandFlag::ADMIN_ONLY);
Command::add(EMSdevice::DeviceType::SYSTEM, F_(syslog_level), System::command_syslog_level, F("set syslog level"), CommandFlag::ADMIN_ONLY);
}
// flashes the LED
void System::led_monitor() {
if (!led_gpio_) {