Browse Source

build: show uart and uart_sw

pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
138113ce50
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      code/espurna/build.cpp

+ 7
- 0
code/espurna/build.cpp View File

@ -212,6 +212,13 @@ alignas(4) static constexpr char Modules[] PROGMEM_STRING_ATTR =
#if THINGSPEAK_SUPPORT
"THINGSPEAK "
#endif
#if UART_SUPPORT
#if UART_SUPPORT_SOFTWARE
"UART+SW "
#else
"UART "
#endif
#endif
#if UART_MQTT_SUPPORT
"UART_MQTT "
#endif


Loading…
Cancel
Save