Releases
v6.2.0
afska
released this
05 Feb 06:33
π‘ Added LinkWirelessMultiboot :
Multiboot using the GBA Wireless Adapter
π§ποΈ Added LinkWirelessOpenSDK :
Abstraction of the official wireless protocol
π» LinkCableMultiboot :
Refactored so it uses LinkRawCable
internally
π§π» LinkRawWireless :
Fixed ACKs during clock inversion, ensuring reliability no matter the wait state settings or compiler optimization level
Added maxTransmissions
and waitTimeout
settings to setup(...)
Switched to C-style strings and std::array
to avoid unnecessary memory allocations
Logging code is now removed when LINK_RAW_WIRELESS_ENABLE_LOGGING
is not defined
π LinkUniversal :
Added a compile-time option to filter rooms by game ID (LINK_UNIVERSAL_GAME_ID_FILTER
)
π LinkSPI :
Optimized transfer(...)
method
Added a compile-time option to use 8-bit packets instead of 32-bit (LINK_SPI_8BIT_MODE
)
βοΈ General :
All examples have now been tested and compiled using the latest devkitPro
All examples now have a version number
You canβt perform that action at this time.