mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 02:34:29 +05:00
8 lines
164 B
C++
8 lines
164 B
C++
#pragma once
|
|
#include <WiFiManager.h>
|
|
|
|
|
|
class SeparatorParameter : public WiFiManagerParameter {
|
|
public:
|
|
SeparatorParameter() : WiFiManagerParameter("<hr>") {}
|
|
}; |