FlashString.h
Go to the documentation of this file.
1 /****
2  * Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3  * Created 2015 by Skurydin Alexey
4  * http://github.com/SmingHub/Sming
5  * All files of the Sming Core are provided under the LGPL v3 license.
6  *
7  * @author: 2018 - Mikee47 <mike@sillyhouse.net>
8  *
9  * Defines the FlashString structure and associated macros for efficient flash memory string access.
10  *
11  ****/
12 
13 #pragma once
14 
15 #include "WString.h"
16 
17 #pragma warning "It is no longer necessary to #include FlashString.h in your projects, WString.h is sufficient"