From f6e4f13ebd71c0182db72f3d16ea5d358b4e3324 Mon Sep 17 00:00:00 2001 From: diijkstra <16804536+diijkstra@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:17:25 +0100 Subject: [PATCH] Enable SFP GPIO pins Previous changes addded initialization rotine, which was never called. --- rtlplayground.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rtlplayground.c b/rtlplayground.c index b2bc882..ad0aa8c 100644 --- a/rtlplayground.c +++ b/rtlplayground.c @@ -2068,6 +2068,7 @@ void bootloader(void) management_vlan = 0; // Disabled setup_i2c(); + setup_sfp_gpio(); print_string(greeting);