DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
626 stars 128 forks source link

Different version in master, compared to that on the hardware #56

Closed danielhunt closed 3 years ago

danielhunt commented 3 years ago

Version 0.9.11 is in master at the moment, but version 0.9.12 shipped on the devices in batch 2 of the Tindie run. Was there much changed between those versions? (It might be worth using Github tags to keep track of the versions as you create them)

@DustinWatts can you push the 0.9.12 code to github so we can see if anything important needs to be included in things like #51 or #52 please?

DustinWatts commented 3 years ago

Hi @danielhunt Nothing has changed since 0.9.11, when I made the binary that I used to flash the ESP32 TouchDown, I accidentally set the version number to 0.9.12 but that should be version 0.9.11.

The only thing different is that USECAPTOUCH and speakerPin are defined.

Hope this explains the difference in version numbers. Feel free to reopen if not.