Compare commits

..

No commits in common. "078b93cb63dcd86423ddbb0153d4609f27f8b7ab" and "4b0a903922027adb5e70d4f5a617115565aed32a" have entirely different histories.

3 changed files with 2 additions and 14 deletions

View File

@ -1 +0,0 @@
#include "HtmlClient.h"

View File

@ -1,11 +0,0 @@
#ifndef HTMLCLIENT_H
#define HTMLCLIENT_H
class HtmlClient
{
public:
protected:
private:
};
#endif //HTMLCLIENT_H

View File

@ -1,5 +1,5 @@
#ifndef POWERMANAGER_H
#define POWERMANAGER_H
#ifndef POWERMANAGER
#define POWERMANAGER
#include "Arduino.h"
#include "definition.h"