minor updates

This commit is contained in:
proddy
2018-06-06 17:56:30 +02:00
parent 15a6aed200
commit 895175d03a
3 changed files with 35 additions and 31 deletions

View File

@@ -18,9 +18,7 @@
You should have received a copy of the GNU General Public License
along with ESPHelper. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ESPHelper_H
#define __ESPHelper_H
#pragma once
#include <ArduinoOTA.h>
#include <ESP8266WiFi.h> //https://github.com/esp8266/Arduino
@@ -208,5 +206,3 @@ class ESPHelper : public Print {
char bufferPrint[BUFFER_PRINT];
};
#endif