mirror of
https://github.com/wled/WLED.git
synced 2025-07-20 01:06:32 +00:00
missing word in comment
This commit is contained in:
parent
9380b2b4e8
commit
4f28bf7ab4
@ -41,7 +41,7 @@ static int currentChannel = 0;
|
|||||||
// Some new MCUs (-S2, -C3) don't have HardwareSerial(2)
|
// Some new MCUs (-S2, -C3) don't have HardwareSerial(2)
|
||||||
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 2, 0)
|
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 2, 0)
|
||||||
#if SOC_UART_NUM < 3
|
#if SOC_UART_NUM < 3
|
||||||
#error DMX output is not possible on your MCU, as it not have HardwareSerial(2)
|
#error DMX output is not possible on your MCU, as it doesn't have HardwareSerial(2)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user