ESP_IOT v2.5
IOT ESP Coding
ESP_IOT.ino File Reference
#include "Defines.h"
#include "nvs_flash.h"
Include dependency graph for ESP_IOT.ino:

Go to the source code of this file.

Functions

void finishSetup ()
 called to finsh the setup.. this is because the MQTT and WIFI aren't run if in AP mode.. More...
 
void setup ()
 
void loop ()
 main loop() of the Arduino runtime More...
 

Variables

boolean _finishSetupCalledAlready
 defines.h defines the #ifdef USE_MODULE statements, as they are included elsewhere.. Don't define them here. More...
 

Function Documentation

◆ finishSetup()

void finishSetup ( )

called to finsh the setup.. this is because the MQTT and WIFI aren't run if in AP mode..

Definition at line 214 of file ESP_IOT.ino.

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

◆ loop()

void loop ( )

main loop() of the Arduino runtime

12.8.22 add audio

note: displayModule() musts be called before buttonModule (as the "model" is updated (initiated) in the display module called for the loop() of this plugin (this is almost the "frames" of the graphic, as fast as the runtime can make this loop! FAST.. 24 fps ??

Do your thing here, this just spams notifications to all connected clients

if the BLE_SERVER is turned on..

doneWIFI_APModuleCredentials

Definition at line 272 of file ESP_IOT.ino.

Here is the call graph for this function:

◆ setup()

void setup ( )

note: setup only called one time... so, the first time the doneWIFIModuleCredentials is set.. call setup() main setup

called for the loop() of this plugin

4.17.22 MainModule does all the preferences, etc..

12.8.22 add audio

if the BLE_SERVER is turned on..

Definition at line 40 of file ESP_IOT.ino.

Here is the call graph for this function:

Variable Documentation

◆ _finishSetupCalledAlready

boolean _finishSetupCalledAlready

defines.h defines the #ifdef USE_MODULE statements, as they are included elsewhere.. Don't define them here.

Definition at line 30 of file ESP_IOT.ino.