Shellminator
V1.2.0
Simple Terminal
|
Go to the source code of this file.
Macros | |
#define | SHELLMINATOR_USE_WIFI_CLIENT |
#define | SHELLMINATOR_ENABLE_SEARCH_MODULE |
#define | SHELLMINATOR_ENABLE_HIGH_MEMORY_USAGE |
#define | SHELLMINATOR_ENABLE_QR_SUPPORT |
#define | SHELLMINATOR_BUFF_LEN 50 |
#define | SHELLMINATOR_BUFF_DIM 20 |
#define | SHELLMINATOR_BANNER_LEN 20 |
#define | SHELLMINATOR_BANNER_PATH_LEN 20 |
#define | SHELLMINATOR_ACCELERATOR_BUFFER_LEN SHELLMINATOR_BANNER_LEN + SHELLMINATOR_BANNER_PATH_LEN + SHELLMINATOR_BUFF_LEN * 2 + 30 |
If defined, enables high memory mode. More... | |
#define | SHELLMINATOR_LOGO_FONT_STYLE BOLD |
Definition of the maximum length of each command. More... | |
#define | SHELLMINATOR_LOGO_COLOR RED |
Style of the startup logo. More... | |
#define SHELLMINATOR_ACCELERATOR_BUFFER_LEN SHELLMINATOR_BANNER_LEN + SHELLMINATOR_BANNER_PATH_LEN + SHELLMINATOR_BUFF_LEN * 2 + 30 |
If defined, enables high memory mode.
If your microcontroller has relativley high amount of RAM memory, I highly recommend to use it.
Definition at line 143 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_BANNER_LEN 20 |
Definition at line 70 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_BANNER_PATH_LEN 20 |
Definition at line 74 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_BUFF_DIM 20 |
Definition at line 66 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_BUFF_LEN 50 |
Definition at line 62 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_ENABLE_HIGH_MEMORY_USAGE |
Definition at line 48 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_ENABLE_QR_SUPPORT |
Definition at line 52 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_ENABLE_SEARCH_MODULE |
Definition at line 44 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_LOGO_COLOR RED |
Style of the startup logo.
Definition at line 176 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_LOGO_FONT_STYLE BOLD |
Definition of the maximum length of each command.
Definition of the maximum length of the previous command memory
Definition at line 170 of file Shellminator-Settings.hpp.
#define SHELLMINATOR_USE_WIFI_CLIENT |
Definition at line 40 of file Shellminator-Settings.hpp.