Skip to content

Releases: deividAlfa/stm32_soldering_iron_controller

v1.11.0 (Stable)

06 Dec 22:55
Compare
Choose a tag to compare

System and profiles have been stored in separate sections for a long time, but some functions hadn't been updated.

This caused the profiles to be erased when a new settings version was detected.

This update hopefully puts an end to this annoying issue.
From now on, unless the profile structure changes (It didn't for a long time), the system data will be erased and the initial setup screen shown, but profiles will stay.
Sadly, this new update will wipe everything!

v1.10.8 (Stable)

26 Nov 18:14
Compare
Choose a tag to compare

Delete v1.10.7 as it was bugged.
Small bugfix, forgot to change the settings version.
This would cause the FW to accept and use existing settings (Bad), showing all kind of strange values.

This version will wipe existing data, so backup them if needed!

Original v1.10.7 Changelog:
Add a new display option, Line offset (X start), to enhance display compatibility.
Offset options under display settings are now named "X" and "Y".

v1.10.6 (Stable)

12 Nov 14:49
Compare
Choose a tag to compare

Aiming for an easier handling, swap Low Power / Display Mode button events.

Now the behavior is as follows:

  • Simple "Click" enters low power modes (Sleep, Standby), will still exit boost mode like it always did.
  • Left drag rotation switches between graph and numeric displays.
  • To wake up, simply rotate one step.

v1.10.5 (Stable)

08 Jul 15:34
Compare
Choose a tag to compare
  • Update russian translation
  • Hopefully this fixes a strange bug causing the station to beep infinitely when setting boost mode.

v1.10.4

06 Jul 18:38
Compare
Choose a tag to compare

Replacing v1.10.3 - there was a small change pending:

  • Releasing the button after manually entering sleep/standby mode would often return to run mode.
    Sometimes the encoder causes a "rotation" signal when releasing, so there's a blocking timer to avoid this.
    However the time was too small, increasing it from from 250 to 500ms seems to work much better.

1.10.3 changelog:

  • Fix small power bar - Accidentally set smaller in previous attempts at using larger tip names.
  • Add JBC picture to the iron detection, show automatically when C210 or C245 profiles are used.

v1.10.2

26 Apr 14:46
Compare
Choose a tag to compare
  • Automatically enable tip selection mode when swapping tips (More than 3 seconds must pass between changes).
  • Increase tip name to 8 characters, increase ASCII range, trim trailing spaces for neat displaying.
  • Reduce tip count to 35 in favour of slighly larger tip names.



    Deprecated releases:
  • v1.10 increased Tip length to 10 chars, but it caused Hard Fault when saving.
  • v1.10.1 reduced it to 9 chars, avoiding the issue, but it still used too much memory for 10KB devices,

v1.09.2

21 Apr 22:18
Compare
Choose a tag to compare
  • Enable Switch Off reminder by default

v1.09.1

02 Mar 21:54
Compare
Choose a tag to compare
  • Add Stand Delay option, this prevents the station from entering low power mode inmediately, so it keeps running for a specified time.
    • Hotfix fixing stand delay not resetting properly in v1.09.

v1.08 - Experimental support for stm32 clones

14 Jan 01:47
Compare
Choose a tag to compare

Add experimental ADC workaround for clones causing these insane temperature jumps.
MM32 is not supported!

v1.07.3: Wake source selection bugfix

25 Dec 02:31
Compare
Choose a tag to compare

Wake sources were not checked correctly, waking up in sleep state although wake mode was set in standby-only.