mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
Fix Guru Meditation Error on esp32
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
|
||||
class HeaderParameter : public WiFiManagerParameter {
|
||||
public:
|
||||
HeaderParameter(const char* title) {
|
||||
WiFiManagerParameter("");
|
||||
HeaderParameter(const char* title): WiFiManagerParameter("") {
|
||||
byte size = strlen(title) + strlen(this->tpl) + 1;
|
||||
this->buffer = new char[size];
|
||||
this->title = title;
|
||||
|
||||
Reference in New Issue
Block a user