atc1441 / ZBS_Flasher

Arduino C++ Library and interface to flash the ZBS243 / SEM9110 8051 Microcontroller
137 stars 24 forks source link

Fix case sensitivity in image file loading #27

Closed jhbruhn closed 1 year ago

jhbruhn commented 1 year ago

Now this change might be debatable. The station.py looks for images with lowercase MAC-Addresses. The online viewer uses upper case macs. Thus, on a case sensitive file system, the image will not be found. With this implementation, lower case is the expected image name.