Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 630 Bytes

InfiniWindows

InfiniTime companion app for Windows.

Features

Currently supported features:

  • Automatic InfiniTime device detection
  • Set Time and Date
  • Firmware update via BLE

Download and install

Download the latest release from the github releases page.

Build and run

Requirements:

  • NET 8 or later
  • Windows SDK
dotnet run --project .\InfiniWindows\InfiniWindows.csproj

Publish

dotnet publish -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true