From d875568d9ad76220c6c98af83352bcb980eb129a Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Sat, 16 May 2026 18:34:04 +0200 Subject: [PATCH] oops, actually call setup() --- fw/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fw/main.c b/fw/main.c index 47312e6..d492037 100644 --- a/fw/main.c +++ b/fw/main.c @@ -460,6 +460,8 @@ static inline void setup(void) __attribute__((noreturn)) int main(void) { + setup(); + u8g2_ClearBuffer(u8g2); u8g2_SetFont(u8g2, u8g2_font_5x8_tr); u8g2_DrawStr(u8g2, x_off+0, y_off+7, "Negotiating...");