mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-06 00:14:19 +01:00
- setup uart at boot instead of delaying until some module needs it removes global `SERIAL_BAUDRATE` and `DEBUG_PORT` in favour or globally accessible numbered port configurations with `MODULE_NAME_PORT` - automagically enable uart support for sensors that need it - allow every sensor to configure uart0 (normal and swapped), uart1 and an optional software-serial mode support with an extra build flag remove individual includes across the sensors - settings queries and runtime port configuration (prefixed with uart) - update dependencies header to cross-reference used ports at build time - update deprecations header with serial baudrate notice
5 lines
116 B
C
5 lines
116 B
C
#define DUMMY_RELAY_COUNT 8
|
|
#define RELAY_SUPPORT 1
|
|
#define RFB_SUPPORT 1
|
|
#define RFB_PROVIDER RFB_PROVIDER_EFM8BB1
|