Skip to content

Commit

Permalink
[#14] Updated webtools for the ESP8266
Browse files Browse the repository at this point in the history
Signed-off-by: Clovis Durand <[email protected]>
  • Loading branch information
Clovel committed Dec 12, 2019
1 parent bc027f3 commit 95d568b
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 91 deletions.
5 changes: 4 additions & 1 deletion software/inc/webtools.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

/* Defines --------------------------------------------- */

/* Forward declarations -------------------------------- */
class WiFiClient;

/* Type definitions ------------------------------------ */
typedef enum _restMethods {
REST_UNKNOWN = 0,
Expand All @@ -24,4 +27,4 @@ typedef enum _restMethods {
/* Variable declarations ------------------------------- */

/* Functions ------------------------------------------- */
int acceptRequest(const int pSocket, int * const pResult);
int acceptRequest(WiFiClient * const pClient);
Loading

0 comments on commit 95d568b

Please sign in to comment.