Skip to content

v2.16

Compare
Choose a tag to compare
@Ralim Ralim released this 03 Jan 07:43
· 1180 commits to master since this release
72e0c17

Lots of good changes in here compared to v2.15.

Please note that compared to v2.15, Pinecil files are now .dfu files to pack in the device settings into the file to make flashing easier.
The last few dfu-util releases support these and they should just work without you needing to specify the address etc.
If you run into issues, make sure you are using the latest dfu-util. (Hex files are still provided too).
REMINDER: On the Pinecil DO NOT connect the USB-C and DC input jacks at the same time.

If you have purchased a new TS100 that comes with DFU 3.47/3.48 this firmware will not work on it due to changes by the manufacturer. Please see #1177

Key changes

  • Overhaul of the Timer+ADC setup with help from @sandmanRO
  • Overhaul of the PID with help from @sandmanRO
  • Settings should now upgrade in place to future versions, with resets only happening to new/changed settings
  • Shows error if tip runaway (failed temperature sensor) is detected
  • USB-PD now has a timeout, to allow forcing QC3 negotiation to start faster
  • QC3 Voltages are now adjustable to user desired setpoint
  • Added a small tolerance to allow "overvoltage" on QC3 above unit specifications.
    • Please note: Doing this is entirely at your own risk!
  • New Advanced view that is much nicer to use and a very good daily driver option from @Mel-kior
  • OLED brightness and contrast thanks to @alvinhochun
  • Scrollbar is fixed so it doesnt jump around when menus are shown/hidden
  • Moved to .dfu files from .bin to make flashing commands easier for the Pinecil
  • Romanian language added
  • Rewrite of I2C for Pinecil to resolve issues with the SCA accelerometer locking up I2C
  • Move to new PD stack as remaining issues were solved via ^
  • Translation updates ❤️
  • Updated graphics for Idle screen / missing tip
  • Updated increments for screen brightness to make more sense

What's Changed

New Contributors

Full Changelog: v2.15...v2.16