diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-08-19 17:53:31 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-08-19 17:53:31 +0200 |
commit | c9447935ffccce531d556cc0a572b020e07ba987 (patch) | |
tree | 97700adacd0a0adf94bb7fb2b47a27e5dbd73ca9 /src/SPI.h | |
parent | e1add6f3d7dc5131f67708ebb2050a09581d9142 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ void SetupDirectBoot(); u8 GetConsoleType(); u8 GetWifiVersion(); +u8 GetNWifiVersion(); u8 GetRFVersion(); u8* GetWifiMAC(); |