mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-11 17:14:27 +00:00
[RN2483] Fix build issues
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
#include "RN2xx3_status.h"
|
||||
#include "rn2xx3_status.h"
|
||||
|
||||
// State machine for the RN2483/RN2903 modules
|
||||
class rn2xx3_handler {
|
||||
|
||||
+1
-3
@@ -666,9 +666,7 @@ bool CPlugin_018(CPlugin::Function function, struct EventStruct *event, String&
|
||||
return success;
|
||||
}
|
||||
|
||||
bool do_process_c018_delay_queue(int controller_number,
|
||||
const C018_queue_element& element,
|
||||
ControllerSettingsStruct& ControllerSettings);
|
||||
bool do_process_c018_delay_queue(int controller_number, const C018_queue_element& element, ControllerSettingsStruct& ControllerSettings);
|
||||
|
||||
bool do_process_c018_delay_queue(int controller_number, const C018_queue_element& element, ControllerSettingsStruct& ControllerSettings) {
|
||||
bool success = C018_data.txHexBytes(element.packed, ControllerSettings.Port);
|
||||
|
||||
Reference in New Issue
Block a user