The while condition for polling the chip ID is broken, it will always poll for the max ammount of retries. Change the condition from `or` to `and` to fix the logic. fixes #15894
The while condition for polling the chip ID is broken, it will always poll for the max ammount of retries. Change the condition from `or` to `and` to fix the logic. fixes #15894