OOKwiz
on/off-keying for ESP32 and a variety of supported radio modules
Macros | Functions
config.h File Reference

Go to the source code of this file.

Macros

#define ARDUINO_LOOP_TASK_STACK_SIZE   (16 * 1024)
 
#define SERIAL_RX_BUFFER_SIZE   1024
 
#define OOKWIZ_VERSION   "0.2.0"
 
#define SPIFFS_PREFIX   /OOKwiz
 
#define MAX_BINS   10
 
#define MAX_MEANING_DATA   50
 
#define MAX_DEVICE_NAME_LEN   16
 
#define MAX_RADIO_NAME_LEN   16
 
#define MAX_DEVICES   10
 
#define MAX_RADIOS   10
 

Functions

void factorySettings ()
 

Macro Definition Documentation

◆ ARDUINO_LOOP_TASK_STACK_SIZE

#define ARDUINO_LOOP_TASK_STACK_SIZE   (16 * 1024)

Definition at line 4 of file config.h.

◆ SERIAL_RX_BUFFER_SIZE

#define SERIAL_RX_BUFFER_SIZE   1024

Definition at line 5 of file config.h.

◆ OOKWIZ_VERSION

#define OOKWIZ_VERSION   "0.2.0"

Definition at line 7 of file config.h.

◆ SPIFFS_PREFIX

#define SPIFFS_PREFIX   /OOKwiz

Definition at line 8 of file config.h.

◆ MAX_BINS

#define MAX_BINS   10

Definition at line 10 of file config.h.

◆ MAX_MEANING_DATA

#define MAX_MEANING_DATA   50

Definition at line 11 of file config.h.

◆ MAX_DEVICE_NAME_LEN

#define MAX_DEVICE_NAME_LEN   16

Definition at line 12 of file config.h.

◆ MAX_RADIO_NAME_LEN

#define MAX_RADIO_NAME_LEN   16

Definition at line 13 of file config.h.

◆ MAX_DEVICES

#define MAX_DEVICES   10

Definition at line 17 of file config.h.

◆ MAX_RADIOS

#define MAX_RADIOS   10

Definition at line 18 of file config.h.

Function Documentation

◆ factorySettings()

void factorySettings ( )

Definition at line 4 of file config.cpp.