Skip to content

0.2.2

Compare
Choose a tag to compare
@LuckyX182 LuckyX182 released this 05 Jan 21:05
· 86 commits to master since this release
4577242
  • Removed the console.log output in the js
  • Cleaned up the UI/CSS, removed inline styles and used more standard bootstrap layout and parts
  • Added javascript validation of pins and warnings about "bad pins"
  • Added max changes to the pin input when switching between board modes
  • Used more ID safe names to avoid conflicts with other ID in the UI
  • Added icons to the dialogs/warnings
  • Only show warnings when relevant/making bad choices
  • Added generic warning when printing
  • Removed broken tooltips and added them as inline help
  • Fix a bug where one could change just the pin without the validation in the py code didn't notice it, on_settings_save only gets the changed options, so unless one changed both the boardmode and pin number this would never be triggered. It now pulls the missing information and validates with that.
  • Changed the pin -1 to 0 for off - to improve js validation and logic