-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for updating CLR and deploy app using serial port
- Add options to update nano device connected to serial port. - Move (and rename Esp32ClrFile to ClrFile) to allow reuse from all platforms. - Update code accordingly. - Improve all methods connecting to nano device so that device watchers aren't started anymore and a specific serial port is used. - Add fwVersion and clrFile parameters to UpdateDeviceClrAsync. Implement support for those. - FirmwarePackageFactory now accepts fwVersion parameter. - Clean-up code in FirmwarePackageFactory and add missing license header. - Update README with new options to update nano device using serial port.
- Loading branch information
1 parent
09d44f5
commit 328cab0
Showing
5 changed files
with
378 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.