mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
fixing Travis
This commit is contained in:
@@ -34,4 +34,7 @@ String Command_GPIO_PcfGPIOPattern(struct EventStruct *event, const char* Line);
|
||||
String Command_GPIO_Mode(struct EventStruct *event, const char* Line);
|
||||
String Command_GPIO_ModeRange(struct EventStruct *event, const char* Line);
|
||||
|
||||
String Command_GPIO_MonitorRange(struct EventStruct *event, const char* Line);
|
||||
String Command_GPIO_UnMonitorRange(struct EventStruct *event, const char* Line);
|
||||
|
||||
#endif // COMMAND_GPIO_H
|
||||
|
||||
@@ -280,7 +280,7 @@ bool executeInternalCommand(command_case_data & data)
|
||||
COMMAND_CASE_A( "mcppulse", Command_GPIO_Pulse, 3); // GPIO.h
|
||||
}
|
||||
COMMAND_CASE_A( "monitor", Command_GPIO_Monitor, 2); // GPIO.h
|
||||
COMMAND_CASE_A( "monitorrange", Command_GPIO_MonitorRange, 3); // GPIO.h
|
||||
COMMAND_CASE_A( "monitorrange", Command_GPIO_MonitorRange, 3); // GPIO.h
|
||||
#ifndef BUILD_NO_DIAGNOSTIC_COMMANDS
|
||||
COMMAND_CASE_A( "malloc", Command_Malloc, 1); // Diagnostic.h
|
||||
COMMAND_CASE_A( "meminfo", Command_MemInfo, 0); // Diagnostic.h
|
||||
|
||||
Reference in New Issue
Block a user