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
test.ino File Reference
#include <ELClient.h>
#include <ELClientCmd.h>

Go to the source code of this file.

Functions

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

Variables

ELClient espSerial
 
ELClientCmd cmd & esp
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 58 of file test.ino.

◆ resetCb()

void resetCb ( void  )

Definition at line 35 of file test.ino.

Here is the caller graph for this function:

◆ setup()

void setup ( )

Definition at line 45 of file test.ino.

Here is the call graph for this function:

◆ wifiCb()

void wifiCb ( void *  response)

Definition at line 18 of file test.ino.

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

Variable Documentation

◆ esp

ELClientCmd cmd& esp

Definition at line 14 of file test.ino.

◆ Serial

ELClient esp& Serial

Simple example to test resetting either arduino or esp-link while doing MQTT

Definition at line 11 of file test.ino.