mirror of
https://github.com/amperka/TroykaMQ.git
synced 2025-03-15 04:27:34 +03:00
add compatibility board: ESP8266 and Teensy
This commit is contained in:
parent
b757d03e88
commit
ba1e271b59
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user