| 12345678910111213141516 |
- /**
- * @file BlynkSimpleShieldEsp8266.h
- * @author Volodymyr Shymanskyy
- * @license This project is released under the MIT License (MIT)
- * @copyright Copyright (c) 2015 Volodymyr Shymanskyy
- * @date Jun 2015
- * @brief
- *
- */
- #ifndef BlynkSimpleShieldEsp8266_h
- #define BlynkSimpleShieldEsp8266_h
- #error Sorry, we changed things a little bit. Please check new examples for ESP8266. This is easy to fix :)
- #endif
|