intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
61 stars 29 forks source link

e_device_settings_type enum values wrong. #105

Closed drebbe-intrepid closed 3 years ago

drebbe-intrepid commented 3 years ago

The following enum values are incorrect due to python enum.auto() starting at 1 instead of 0. e_device_settings_type e_plasma_ion_vnet_channel_t flex_vnet_mode

drebbe-intrepid commented 3 years ago

Fixed in v906: e8025051d58533089f71305b5a974f8eb1db9fe7 v905: ded4b8529d4e1f14e58184cb2ab574a654efc83e

drebbe-intrepid commented 3 years ago

fixed in v905.11post1