Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Support building in PlatformIO #20

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/ESP_WiFiManager-Impl.h → src/ESP_WiFiManager.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************************************************************
ESP_WiFiManager-Impl.h
ESP_WiFiManager.cpp
For ESP8266 / ESP32 boards

ESP_WiFiManager is a library for the ESP8266/Arduino platform
Expand Down Expand Up @@ -33,6 +33,8 @@
#ifndef ESP_WiFiManager_Impl_h
#define ESP_WiFiManager_Impl_h

#include "ESP_WiFiManager.h"

ESP_WMParameter::ESP_WMParameter(const char *custom)
{
_id = NULL;
Expand Down