mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 19:24:27 +05:00
added external pump control
This commit is contained in:
8
lib/WiFiManagerParameters/SeparatorParameter.h
Normal file
8
lib/WiFiManagerParameters/SeparatorParameter.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <WiFiManager.h>
|
||||
|
||||
|
||||
class SeparatorParameter : public WiFiManagerParameter {
|
||||
public:
|
||||
SeparatorParameter() : WiFiManagerParameter("<hr>") {}
|
||||
};
|
||||
Reference in New Issue
Block a user