"if you're getting something (..." <- Bwahaha, doh! I hardcoded the configs that exist on my board since I'm not using the adin eval board with its dip switches — now I see in the embassy adin driver that reads those config switches: ``` error!("Driver doesn´t support SPI Protolcol \"OPEN Alliance\".\nplease use the \"Generic SPI\"! Turn On \"HW CFG\": \"SPI_CFG1\""); ``` My board is set up to require open alliance spi. 🤦‍♂️Guess I need to learn more about that and make a PR!