mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64] v2.20.2 release
This commit is contained in:
parent
0538a28f9e
commit
18041e2547
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -37,7 +37,7 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Firmware version
|
label: Firmware version
|
||||||
placeholder: v2.20.1
|
placeholder: v2.20.2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#define VERSION_MAJOR (2)
|
#define VERSION_MAJOR (2)
|
||||||
#define VERSION_MINOR (20)
|
#define VERSION_MINOR (20)
|
||||||
#define VERSION_REVISION (1)
|
#define VERSION_REVISION (2)
|
||||||
|
|
||||||
|
|
||||||
void version_firmware (uint32_t *version, uint32_t *revision) {
|
void version_firmware (uint32_t *version, uint32_t *revision) {
|
||||||
|
2
sw/deployer/Cargo.lock
generated
2
sw/deployer/Cargo.lock
generated
@ -1293,7 +1293,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sc64deployer"
|
name = "sc64deployer"
|
||||||
version = "2.20.1"
|
version = "2.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"cc",
|
"cc",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sc64deployer"
|
name = "sc64deployer"
|
||||||
version = "2.20.1"
|
version = "2.20.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Polprzewodnikowy"]
|
authors = ["Polprzewodnikowy"]
|
||||||
description = "SummerCart64 loader and control software"
|
description = "SummerCart64 loader and control software"
|
||||||
|
Loading…
Reference in New Issue
Block a user