mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-22 03:15:05 +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
|
sdk=0.6.0-SNAPSHOT1
|
||||||
platforms=esp32,esp32s3
|
platforms=esp32,esp32s3
|
||||||
[app]
|
[app]
|
||||||
id=com.bytewelder.calculator
|
id=one.tactility.calculator
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
name=Calculator
|
name=Calculator
|
||||||
description=Math is cool
|
description=Math is cool
|
||||||
[author]
|
[author]
|
||||||
name=ByteWelder
|
name=Tactility
|
||||||
website=https://bytewelder.com
|
website=https://tactility.one
|
||||||
|
|||||||
@ -4,10 +4,10 @@ version=0.1
|
|||||||
sdk=0.6.0-SNAPSHOT1
|
sdk=0.6.0-SNAPSHOT1
|
||||||
platforms=esp32,esp32s3
|
platforms=esp32,esp32s3
|
||||||
[app]
|
[app]
|
||||||
id=com.bytewelder.graphicsdemo
|
id=one.tactility.graphicsdemo
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
name=Graphics Demo
|
name=Graphics Demo
|
||||||
description=A graphics and touch driver demonstration
|
description=A graphics and touch driver demonstration
|
||||||
[author]
|
[author]
|
||||||
name=ByteWelder
|
name=Tactility
|
||||||
website=https://bytewelder.com
|
website=https://tactility.one
|
||||||
|
|||||||
@ -4,10 +4,10 @@ version=0.1
|
|||||||
sdk=0.6.0-SNAPSHOT1
|
sdk=0.6.0-SNAPSHOT1
|
||||||
platforms=esp32,esp32s3
|
platforms=esp32,esp32s3
|
||||||
[app]
|
[app]
|
||||||
id=com.bytewelder.helloworld
|
id=one.tactility.helloworld
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
name=Hello World
|
name=Hello World
|
||||||
description=A demonstration app that says hi
|
description=A demonstration app that says hi
|
||||||
[author]
|
[author]
|
||||||
name=ByteWelder
|
name=Tactility
|
||||||
website=https://bytewelder.com
|
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