add compatibility board: ESP8266 and Teensy

This commit is contained in:
Igor89 2018-01-24 15:06:46 +03:00
parent b757d03e88
commit ba1e271b59

View File

@ -27,7 +27,7 @@
#if defined(__AVR__)
#define OPERATING_VOLTAGE 5.0
#elif defined(__SAM3X8E__) || defined(__SAM3A8C__) || defined(__SAM3A4C__) || defined(__SAMD21G18A__)
#elif defined(__SAM3X8E__) || defined(__SAM3A8C__) || defined(__SAM3A4C__) || defined(__SAMD21G18A__) || defined(ARDUINO_ARCH_ESP8266) || defined(__arm__)
#define OPERATING_VOLTAGE 3.3
#endif