ghi-electronics / due-console

A console interface to work with DUE
https://console.duelink.com/
0 stars 0 forks source link

Latest firmware #49

Closed gus-ghielec closed 1 year ago

gus-ghielec commented 1 year ago

console only shows latest firmware when the device is connected. It should always show it.

dudedigital commented 1 year ago

@gus-ghielec This happened because it needed to know the board to look for within the JSON structure once the board was connected. To fix this I removed names and simply show the version. I also just grab the latest version (max index from JSON structure) from any board as they are likely all aligned version-wise.