Shellminator
V1.2.0
Simple Terminal
|
#include "Shellminator-Settings.hpp"
#include "Shellminator-IO.hpp"
#include "Arduino.h"
#include <avr/pgmspace.h>
#include "Stream.h"
#include <ESP8266WiFi.h>
#include <WiFi.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "external/nayuki-qrcodegen/qrcodegen.h"
Go to the source code of this file.
Classes | |
class | Shellminator |
Shellminator object. More... | |
Macros | |
#define | SHELLMINATOR_VERSION "1.1.2" |
+---— Custom configuration ---—+ | | | This is where you have to config | | your defines! | | | +---------------------------------—+ More... | |
#define SHELLMINATOR_VERSION "1.1.2" |
+---— Custom configuration ---—+ | | | This is where you have to config | | your defines! | | | +---------------------------------—+
Version of the module
Definition at line 102 of file Shellminator.hpp.