Duet3D / DuetWebControl

A completely new web interface for the Duet electronics
GNU General Public License v3.0
408 stars 230 forks source link

v12 was removed from OM instead of reporting null #400

Closed Sindarius closed 2 years ago

Sindarius commented 2 years ago

Check if property exists instead of checking for null.

chrishamm commented 2 years ago

boards[].v12 wasn't removed; some boards support it and others don't. It looks like boards in standalone mode are not correctly fixed by the DWC handling code, so I'll address that next. It will make this PR redundant, too.