ghi-electronics / TinyCLR-Libraries

Official Libraries supporting TinyCLR OS
https://www.ghielectronics.com/tinyclr/
17 stars 16 forks source link

Generating TCA source without connected device supports user's key #1358

Closed Palomino34 closed 2 months ago

Palomino34 commented 4 months ago

Allows to add custom key instead of 00-00-00....

Palomino34 commented 2 months ago

add tca.json file to project folder (where program.cs is located). When generate tca file, extension will read this file and apply to tca. If no file found, it will use default values as before (version 0.0.0.1 and key will be 00-00....)

{ "AppVersion":"0.1.0.2", "AppKey":"00-11-22-33-44-55-66-77-88-99-aa-bb-cc-dd-ee-ff" }