Update manifest author and app ids

This commit is contained in:
Ken Van Hoeylandt 2025-09-21 17:29:41 +02:00
parent 2ea2a3a752
commit ce7966f626
5 changed files with 20 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,8 @@
//
// Created by ken on 20/09/2025.
//
#ifndef TACTILITY_PATHS_H
#define TACTILITY_PATHS_H
#endif //TACTILITY_PATHS_H

View File

@ -0,0 +1,3 @@
//
// Created by ken on 20/09/2025.
//