Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
rest.ino File Reference
#include <ELClient.h>
#include <ELClientRest.h>

Go to the source code of this file.

Macros

#define BUFLEN   266
 

Functions

void wifiCb (void *response)
 
void setup ()
 
void loop ()
 

Variables

ELClient espSerial
 
ELClientRest rest & esp
 
boolean wifiConnected = false
 

Macro Definition Documentation

◆ BUFLEN

#define BUFLEN   266

Definition at line 71 of file rest.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 73 of file rest.ino.

Here is the call graph for this function:

◆ setup()

void setup ( )

Definition at line 36 of file rest.ino.

Here is the call graph for this function:

◆ wifiCb()

void wifiCb ( void *  response)

Definition at line 19 of file rest.ino.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ esp

ELClientRest rest& esp

Definition at line 13 of file rest.ino.

◆ Serial

ELClient esp& Serial

Simple example to demo the El-Client REST calls

Definition at line 10 of file rest.ino.

◆ wifiConnected

boolean wifiConnected = false

Definition at line 15 of file rest.ino.