-
-
Notifications
You must be signed in to change notification settings - Fork 11
Update apps for SDK changes #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.brainfuck | ||
| app.version.name=0.8.0 | ||
| app.version.code=8 | ||
| app.id=tactility.brainfuck | ||
| app.version.name=0.9.0 | ||
| app.version.code=9 | ||
| app.name=Brainfuck interpreter | ||
| app.description=Brainfuck esoteric language interpreter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.breakout | ||
| app.version.name=0.9.0 | ||
| app.version.code=9 | ||
| app.id=tactility.breakout | ||
| app.version.name=0.10.0 | ||
| app.version.code=10 | ||
| app.name=Breakout | ||
| app.description=Classic brick-breaking arcade game |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.calculator | ||
| app.version.name=0.9.0 | ||
| app.version.code=9 | ||
| app.id=tactility.calculator | ||
| app.version.name=0.10.0 | ||
| app.version.code=10 | ||
| app.name=Calculator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.diceware | ||
| app.version.name=0.10.0 | ||
| app.version.code=10 | ||
| app.id=tactility.diceware | ||
| app.version.name=0.11.0 | ||
| app.version.code=11 | ||
| app.name=Diceware |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32s3,esp32p4 | ||
| app.id=one.tactility.epubreader | ||
| app.version.name=0.7.0 | ||
| app.version.code=7 | ||
| app.id=tactility.epubreader | ||
| app.version.name=0.8.0 | ||
| app.version.code=8 | ||
| app.name=Epub Reader | ||
| app.description=Epub and text file reader. Requires PSRAM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32p4 | ||
| app.id=one.tactility.espnowbridge | ||
| app.version.name=0.5.0 | ||
| app.version.code=5 | ||
| app.id=tactility.espnowbridge | ||
| app.version.name=0.6.0 | ||
| app.version.code=6 | ||
| app.name=ESP-NOW Bridge | ||
| app.description=Companion app for updating P4 device C6 co-processor firmware to enable ESP-NOW bridge support. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.gpio | ||
| app.version.name=0.11.0 | ||
| app.version.code=11 | ||
| app.id=tactility.gpio | ||
| app.version.name=0.12.0 | ||
| app.version.code=12 | ||
| app.name=GPIO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.graphicsdemo | ||
| app.version.name=0.9.0 | ||
| app.version.code=9 | ||
| app.id=tactility.graphicsdemo | ||
| app.version.name=0.10.0 | ||
| app.version.code=10 | ||
| app.name=Graphics Demo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.helloworld | ||
| app.version.name=0.9.0 | ||
| app.version.code=9 | ||
| app.id=tactility.helloworld | ||
| app.version.name=0.10.0 | ||
| app.version.code=10 | ||
| app.name=Hello World |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32s3,esp32p4 | ||
| app.id=one.tactility.m5unittest | ||
| app.version.name=0.7.0 | ||
| app.version.code=7 | ||
| app.id=tactility.m5unittest | ||
| app.version.name=0.8.0 | ||
| app.version.code=8 | ||
| app.name=M5 Unit Test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.magic8ball | ||
| app.version.name=0.8.0 | ||
| app.version.code=8 | ||
| app.id=tactility.magic8ball | ||
| app.version.name=0.9.0 | ||
| app.version.code=9 | ||
| app.name=Magic 8-Ball |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32s3,esp32p4 | ||
| app.id=one.tactility.mediakeys | ||
| app.version.name=0.8.0 | ||
| app.version.code=8 | ||
| app.id=tactility.mediakeys | ||
| app.version.name=0.9.0 | ||
| app.version.code=9 | ||
| app.name=Media Keys | ||
| app.description=Bluetooth media keys. Touch or Physical Keyboard control\nB - previous, P - play/pause, N - next, M - mute, D - volume down, U - volume up.\nQ or ESC to exit focus. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.mystifydemo | ||
| app.version.name=0.10.0 | ||
| app.version.code=10 | ||
| app.id=tactility.mystifydemo | ||
| app.version.name=0.11.0 | ||
| app.version.code=11 | ||
| app.name=Mystify Demo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| manifest.version=0.2 | ||
| target.sdk=0.8.0-dev | ||
| target.platforms=esp32,esp32s3,esp32c6,esp32p4 | ||
| app.id=one.tactility.serialconsole | ||
| app.version.name=0.11.0 | ||
| app.version.code=11 | ||
| app.id=tactility.serialconsole | ||
| app.version.name=0.12.0 | ||
| app.version.code=12 | ||
| app.name=Serial Console |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.