ESP_IOT v2.5
IOT ESP Coding
SPIFFModule.h File Reference
#include "../../Defines.h"
#include "WiFi.h"
Include dependency graph for SPIFFModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void printTimestamp_SPIFFModule ()
 prints a timestamp More...
 
void println_SPIFFModule (char *string)
 print a string to spiff (a new line is added) More...
 
void print_SPIFFModule (char *string)
 print a string to spiff (NO new line is added) More...
 
void printInt_SPIFFModule (int val)
 print a int to spiff (NO new line is added) More...
 
void deleteFiles_SPIFFModule ()
 delete the spiff files.. More...
 
void printFile_SPIFFModule ()
 prints the spiff file to the SerialDebug output More...
 
void sendStrings_SPIFFModule (int numberOfLines)
 sends SPIFF module strings over MQTT, starting at the number back specified. This will use the current users MQTT credentials.. More...
 
void setup_SPIFFModule ()
 the setup for this module More...
 
void loop_SPIFFModule ()
 a loop if anything (nothing right now) More...
 
void saveScreen_SPIFFModule ()
 save the screen to a file on the SPIFF More...
 

Function Documentation

◆ deleteFiles_SPIFFModule()

void deleteFiles_SPIFFModule ( )

delete the spiff files..

Definition at line 633 of file SPIFFModule.cpp.

Here is the caller graph for this function:

◆ loop_SPIFFModule()

void loop_SPIFFModule ( )

a loop if anything (nothing right now)

Definition at line 657 of file SPIFFModule.cpp.

◆ print_SPIFFModule()

void print_SPIFFModule ( char *  string)

print a string to spiff (NO new line is added)

Definition at line 621 of file SPIFFModule.cpp.

Here is the caller graph for this function:

◆ printFile_SPIFFModule()

void printFile_SPIFFModule ( )

prints the spiff file to the SerialDebug output

Definition at line 639 of file SPIFFModule.cpp.

Here is the caller graph for this function:

◆ printInt_SPIFFModule()

void printInt_SPIFFModule ( int  val)

print a int to spiff (NO new line is added)

Definition at line 627 of file SPIFFModule.cpp.

Here is the caller graph for this function:

◆ println_SPIFFModule()

void println_SPIFFModule ( char *  string)

print a string to spiff (a new line is added)

Definition at line 615 of file SPIFFModule.cpp.

Here is the caller graph for this function:

◆ printTimestamp_SPIFFModule()

void printTimestamp_SPIFFModule ( )

prints a timestamp

The SPIFF module is for storing messages that are retrievable later as it stores on a folder area of the ESP chip prints a timestamp

Definition at line 663 of file SPIFFModule.cpp.

Here is the caller graph for this function:

◆ saveScreen_SPIFFModule()

void saveScreen_SPIFFModule ( )

save the screen to a file on the SPIFF

Definition at line 609 of file SPIFFModule.cpp.

Here is the caller graph for this function:

◆ sendStrings_SPIFFModule()

void sendStrings_SPIFFModule ( int  numberOfLines)

sends SPIFF module strings over MQTT, starting at the number back specified. This will use the current users MQTT credentials..

Definition at line 645 of file SPIFFModule.cpp.

Here is the caller graph for this function:

◆ setup_SPIFFModule()

void setup_SPIFFModule ( )

the setup for this module

Definition at line 651 of file SPIFFModule.cpp.

Here is the caller graph for this function: