aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-08-19 17:53:31 +0200
committerArisotura <thetotalworm@gmail.com>2020-08-19 17:53:31 +0200
commitc9447935ffccce531d556cc0a572b020e07ba987 (patch)
tree97700adacd0a0adf94bb7fb2b47a27e5dbd73ca9 /src/SPI.h
parente1add6f3d7dc5131f67708ebb2050a09581d9142 (diff)
NWifi: correctly determine ROM/chip/etc IDs based on hardware version (as specified in firmware).
fixes #700
Diffstat (limited to 'src/SPI.h')
-rw-r--r--src/SPI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SPI.h b/src/SPI.h
index 21734c4..0e0eb5a 100644
--- a/src/SPI.h
+++ b/src/SPI.h
@@ -28,6 +28,7 @@ void SetupDirectBoot();
u8 GetConsoleType();
u8 GetWifiVersion();
+u8 GetNWifiVersion();
u8 GetRFVersion();
u8* GetWifiMAC();