[misc] Update style to clang-format 19, black 25 and isort 6

This commit is contained in:
Kuba Szczodrzyński
2025-01-30 18:46:58 +01:00
parent d17ea4da0f
commit 6083cca72e
8 changed files with 13 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ void setup() {
server.begin();
server.setNoDelay(true);
#else
stream = &Serial;
stream = &Serial;
#if LT_UART_DEFAULT_SERIAL == 0
output = 0;
pinSkip[0] = PIN_SERIAL0_TX;