OOKwiz
on/off-keying for ESP32 and a variety of supported radio modules
src
config.h
Go to the documentation of this file.
1
#
ifndef
_CONFIG_H_
2
#
define
_CONFIG_H_
3
4
#
define
ARDUINO_LOOP_TASK_STACK_SIZE
(
16
*
1024
)
5
#
define
SERIAL_RX_BUFFER_SIZE
1024
6
7
#
define
OOKWIZ_VERSION
"0.2.0"
8
#
define
SPIFFS_PREFIX
/
OOKwiz
9
10
#
define
MAX_BINS
10
11
#
define
MAX_MEANING_DATA
50
12
#
define
MAX_DEVICE_NAME_LEN
16
13
#
define
MAX_RADIO_NAME_LEN
16
14
15
// These need to be kept larger than number of devices and radios
16
// you want to load in DEVICE_INDEX and RADIO_INDEX respectively.
17
#
define
MAX_DEVICES
10
18
#
define
MAX_RADIOS
10
19
20
// The default runtime settings are in config.cpp
21
void
factorySettings
();
22
23
#
endif
Generated by
1.9.1