![]() |
Shellminator
V1.1.1
Simple Terminal
|
#include "Shellminator-Settings.hpp"
#include "Shellminator-IO.hpp"
#include "Arduino.h"
#include <ESP8266WiFi.h>
#include <WiFi.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | Shellminator |
Shellminator object. More... | |
Macros | |
#define | SHELLMINATOR_BUFF_LEN 20 |
+---— Costum configuration ---—+ | | | This is where you have to config | | your defines! | | | +---------------------------------—+ More... | |
#define | SHELLMINATOR_BUFF_DIM 5 |
Definition of the maximum length of the previous command memory. More... | |
#define | SHELLMINATOR_BANNER_LEN 20 |
Maximum length of the banner text. More... | |
#define | SHELLMINATOR_VERSION "1.1.1" |
Version of the module. More... | |
#define | SHELLMINATOR_LOGO_FONT_STYLE BOLD |
Color and style of the startup logo. More... | |
#define | SHELLMINATOR_LOGO_COLOR RED |
#define SHELLMINATOR_BANNER_LEN 20 |
Maximum length of the banner text.
Definition at line 99 of file Shellminator.hpp.
#define SHELLMINATOR_BUFF_DIM 5 |
Definition of the maximum length of the previous command memory.
Definition at line 93 of file Shellminator.hpp.
#define SHELLMINATOR_BUFF_LEN 20 |
+---— Costum configuration ---—+ | | | This is where you have to config | | your defines! | | | +---------------------------------—+
Definition of the maximum length of each command
Definition at line 85 of file Shellminator.hpp.
#define SHELLMINATOR_LOGO_COLOR RED |
Definition at line 112 of file Shellminator.hpp.
#define SHELLMINATOR_LOGO_FONT_STYLE BOLD |
Color and style of the startup logo.
Definition at line 108 of file Shellminator.hpp.
#define SHELLMINATOR_VERSION "1.1.1" |
Version of the module.
Definition at line 103 of file Shellminator.hpp.