emfcamp / badge-2024-software

46 stars 29 forks source link

try/except block fix for crash #165

Closed Robotmad closed 4 months ago

Robotmad commented 4 months ago

Description

Add a try/except block around call to hasattr() as it can fail with ValueError exception if the hexpansion EEPROM has corruption.

Fix for Issue #164