#ifndef CHAMELEON_MINI_H #define CHAMELEON_MINI_H #include #include #include #include #include "System.h" #include "Memory.h" #include "LED.h" #include "LEDHook.h" #include "Terminal/Terminal.h" #include "Codec/Codec.h" #include "Application/Application.h" #include "Configuration.h" #include "Random.h" #include "Button.h" #include "Log.h" #include "AntennaLevel.h" #include "Settings.h" #define CHAMELEON_MINI_VERSION_STRING BUILD_DATE #endif //CHAMELEON_MINI_H