eez-open / modular-psu-firmware

Firmware for EEZ Bench Box 3 (BB3)
https://www.envox.eu/eez-bb3/
GNU General Public License v3.0
94 stars 42 forks source link

EEZ flow comparison in switch not always working as expected #279

Closed fietser28 closed 2 years ago

fietser28 commented 2 years ago

If I try to switch based on the condition 'idx == 1' where idx is an integer. This doesn't work. Other comparisons seem to work:

Not working: Screenshot 2021-10-24 at 11 27 55

Also not working (but maybe ok, I was trying..): Screenshot 2021-10-24 at 11 25 51

Working (as workaround): Screenshot 2021-10-24 at 11 29 52

fietser28 commented 2 years ago

Working now.