Compare commits
3 Commits
4b0a903922
...
078b93cb63
Author | SHA1 | Date | |
---|---|---|---|
|
078b93cb63 | ||
|
d91f394416 | ||
|
c235f7936e |
1
src/app/HtmlClient.cpp
Normal file
1
src/app/HtmlClient.cpp
Normal file
@ -0,0 +1 @@
|
||||
#include "HtmlClient.h"
|
11
src/app/HtmlClient.h
Normal file
11
src/app/HtmlClient.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef HTMLCLIENT_H
|
||||
#define HTMLCLIENT_H
|
||||
|
||||
class HtmlClient
|
||||
{
|
||||
public:
|
||||
protected:
|
||||
private:
|
||||
};
|
||||
|
||||
#endif //HTMLCLIENT_H
|
@ -1,5 +1,5 @@
|
||||
#ifndef POWERMANAGER
|
||||
#define POWERMANAGER
|
||||
#ifndef POWERMANAGER_H
|
||||
#define POWERMANAGER_H
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "definition.h"
|
||||
|
Loading…
Reference in New Issue
Block a user