Improvements
Remove LabJack Pin Conflict Restrictions
- Removed SPI/GPIO and I2C/GPIO pin conflict restrictions from
lager nets add,lager nets add-all, and the interactive TUI - Users can now freely create SPI, I2C, and GPIO nets on the same LabJack T7 FIO pins without warnings, prompts, or blocking validation
- The LabJack T7 configures pins dynamically at transaction time, so multiple net types on the same physical pins work correctly (e.g., SPI on FIO0-FIO3 alongside GPIO on FIO0)
lager nets add-allno longer prompts “Choose [spi, gpio]” or “Choose [i2c, gpio]” and creates all net types automatically- The TUI Add Nets screen no longer shows yellow pin conflict warnings

