Releases: HyperDX/TEF_ESP
v1.21.3
Minor change (update recommended):
-
fix PWR BUTTON behaviour #1
Looks like power button is inverted in original modification.
So before change it was detected by the software as always clicked and you couldn't use tuner.
Now you can download source code and compile it on your own or use esptool to easily install already compiled files (instruction included in zip file)
v1.21.2
New version v1.21.2 is here!
Changelog:
- added comments
- fixed theme engine (text overlaped when selecting colour in settings)
- added TP flag indicator
- code cleanup
- fixed naming of dBμV
- battery indicator now shows if battery is installed or not
- fixed battery voltage indication
v1.21.1
I've decided to make a fork from Noobish's repository that is designed for Chinese tuners with TEF6686 chip inside.
Not everything is working here with Sjef's PE5PVB original project so I'm maintaining my own version with fixes made by myself.
Version naming info:
As you can see version naming is different:
Example: basic fork version is v1.21 my mod version is last digit at the end. I will follow this schema. I think it's quite clear.
You can read changelog on Noobish's site:
https://github.com/NoobishSVK/TEF6686-remastered
Still TO DO:
- Make battery level to be measured with a different PIN and make it update more often
- Code cleanup
- Other minor fixes and improvements