File tree Expand file tree Collapse file tree 2 files changed +23
-7
lines changed
Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net6.0-windows10.0.17763.0</TargetFramework >
6- <Version >0.1 .0-alpha</Version >
6+ <Version >0.2 .0-alpha</Version >
77 <RuntimeIdentifier >win-x64</RuntimeIdentifier >
88 <ImplicitUsings >enable</ImplicitUsings >
99 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 22
33[ InfiniTime] ( https://github.com/InfiniTimeOrg/InfiniTime ) companion app for Windows.
44
5- ## Project status
6-
7- This is very early development. At this moment primary goal is to be able to flash InfiniTime firmware to PineTime via BLE using Windows OS.
8-
9- ** Note:** Testing feedback would be highly appreciated!
10-
115## Features
126
137Currently supported features:
148
159- Automatic InfiniTime device detection
10+ - Set Time and Date
1611- Firmware update via BLE
12+
13+ ## Download and install
14+
15+ Download the latest release from [ the github releases page] ( https://github.com/TailyFair/InfiniWindows/releases ) .
16+
17+ ## Build and run
18+
19+ Requirements:
20+
21+ - .NET 6 or later
22+ - Windows SDK
23+
24+ ``` bash
25+ dotnet run --project .\I nfiniWindows\I nfiniWindows.csproj
26+ ```
27+
28+ ## Publish
29+
30+ ``` bash
31+ dotnet publish -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true
32+ ```
You can’t perform that action at this time.
0 commit comments