Skip to content

Commit

Permalink
Tft button class (#8)
Browse files Browse the repository at this point in the history
tft code re-factor.
  • Loading branch information
CelliesProjects authored May 26, 2018
1 parent 0f449c9 commit f6a8a81
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 139 deletions.
1 change: 1 addition & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
echo Compiling aquacontrol32 version: $(git describe --tags --always)
echo We are on branch: $(git branch | grep \* | cut -d ' ' -f2)
echo
echo "const char * sketchVersion = \"$(git describe --tags --always)\";" > gitTagVersion.h
~/arduino-1.8.5/arduino --verify test.ino
Expand Down
1 change: 1 addition & 0 deletions flash.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
echo Compiling and flashing aquacontrol32 version: $(git describe --tags --always)
echo We are on branch: $(git branch | grep \* | cut -d ' ' -f2)
echo
echo "const char * sketchVersion = \"$(git describe --tags --always)\";" > gitTagVersion.h
~/arduino-1.8.5/arduino --upload test.ino --pref custom_DebugLevel=esp32_none --port /dev/ttyUSB0
Expand Down
Loading

0 comments on commit f6a8a81

Please sign in to comment.