mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 01:45:06 +00:00
Update manifest author and app ids
This commit is contained in:
parent
2ea2a3a752
commit
ce7966f626
@ -4,10 +4,10 @@ version=0.1
|
||||
sdk=0.6.0-SNAPSHOT1
|
||||
platforms=esp32,esp32s3
|
||||
[app]
|
||||
id=com.bytewelder.calculator
|
||||
id=one.tactility.calculator
|
||||
version=0.1.0
|
||||
name=Calculator
|
||||
description=Math is cool
|
||||
[author]
|
||||
name=ByteWelder
|
||||
website=https://bytewelder.com
|
||||
name=Tactility
|
||||
website=https://tactility.one
|
||||
|
||||
@ -4,10 +4,10 @@ version=0.1
|
||||
sdk=0.6.0-SNAPSHOT1
|
||||
platforms=esp32,esp32s3
|
||||
[app]
|
||||
id=com.bytewelder.graphicsdemo
|
||||
id=one.tactility.graphicsdemo
|
||||
version=0.1.0
|
||||
name=Graphics Demo
|
||||
description=A graphics and touch driver demonstration
|
||||
[author]
|
||||
name=ByteWelder
|
||||
website=https://bytewelder.com
|
||||
name=Tactility
|
||||
website=https://tactility.one
|
||||
|
||||
@ -4,10 +4,10 @@ version=0.1
|
||||
sdk=0.6.0-SNAPSHOT1
|
||||
platforms=esp32,esp32s3
|
||||
[app]
|
||||
id=com.bytewelder.helloworld
|
||||
id=one.tactility.helloworld
|
||||
version=0.1.0
|
||||
name=Hello World
|
||||
description=A demonstration app that says hi
|
||||
[author]
|
||||
name=ByteWelder
|
||||
website=https://bytewelder.com
|
||||
name=Tactility
|
||||
website=https://tactility.one
|
||||
8
Tactility/Include/Tactility/Paths.h
Normal file
8
Tactility/Include/Tactility/Paths.h
Normal file
@ -0,0 +1,8 @@
|
||||
//
|
||||
// Created by ken on 20/09/2025.
|
||||
//
|
||||
|
||||
#ifndef TACTILITY_PATHS_H
|
||||
#define TACTILITY_PATHS_H
|
||||
|
||||
#endif //TACTILITY_PATHS_H
|
||||
3
Tactility/Source/Paths.cpp
Normal file
3
Tactility/Source/Paths.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
//
|
||||
// Created by ken on 20/09/2025.
|
||||
//
|
||||
Loading…
x
Reference in New Issue
Block a user