diff --git a/docs/parts.en.md b/docs/parts.en.md index 57717e38..c9a9955b 100644 --- a/docs/parts.en.md +++ b/docs/parts.en.md @@ -3,18 +3,17 @@ ### Comparative Table -| Device | M5StickV | Maix Amigo | Maix Dock | Maix Bit | Yahboom k210 module | Maix Cube -| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | -| Price range | US$ 50-55 | US$ 50-85 | US$ 27-35 | US$ 32-42 | US$ 45-61 | US$ 34-49 | -| Screen size / resolution | 1.14" / 135*240 | 3.5" / 320*480 | 2.4" / 240*320 | 2.4" / 240*320 | 2" / 240*320 | 1.3" / 240*240 | -| Brightness control | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | -| Device size | 48\*24\*22mm | 104\*63\*17mm | 98\*59\*18mm | 69\*84\*41mm | 57\*41\*17mm | 40\*40\*16mm | -| Touchscreen | :x: | Capacitive | :x: | :x: | Capacitive | :x: | -| Camera [:material-information:{ title="Anti-glare mode" }](#camera-info) | `OV7740` | `OV7740` rear
`GC0328` front | `GC0328` | `OV2640` or
`OV5642` | `OV2640` (VER:1.0) or
`GC2145` (VER:1.1) | `OV7740` | -| Battery | 200mAh | 520mAh | :x: | :x: | :x: | 200mAh | -| Requirements | None | None | [Rotary encoder](https://duckduckgo.com/?q=ky-040)
[3D printed case](https://github.com/selfcustody/DockEncoderCase)
Soldering
Assembly | Buttons
[3D printed case](https://github.com/selfcustody/MaixBitCase)
Soldering
Assembly | None | None | -| Warnings | [:material-numeric-1-circle:{ title="M5StickV and USB-C" }](#m5stickv-info) | [:material-numeric-2-circle:{ title="Maix Amigo screens" }](#amigo-info) | [:material-numeric-3-circle:{ title="Maix Dock and soldered pin" }](#dock-info) | Camera has
lens distortion | Micro USB | 3-Way button | - +| Device | M5StickV | Maix Amigo | Maix Dock | Maix Bit | Yahboom k210 module | Maix Cube | WonderMV +| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | +| Price range | US$ 50-55 | US$ 50-85 | US$ 27-35 | US$ 32-42 | US$ 45-61 | US$ 34-49 | US$ 58-86 | +| Screen size / resolution | 1.14" / 135*240 | 3.5" / 320*480 | 2.4" / 240*320 | 2.4" / 240*320 | 2" / 240*320 | 1.3" / 240*240 | 2" / 240*320 | +| Brightness control | :white_check_mark: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | +| Device size | 48\*24\*22mm | 104\*63\*17mm | 98\*59\*18mm | 69\*84\*41mm | 57\*41\*17mm | 40\*40\*16mm | 59\*41\*17mm | +| Touchscreen | :x: | Capacitive | :x: | :x: | Capacitive | :x: | Capacitive | +| Camera [:material-information:{ title="Anti-glare mode" }](#camera-info) | `OV7740` | `OV7740` rear
`GC0328` front | `GC0328` | `OV2640` or
`OV5642` | `OV2640` (VER:1.0) or
`GC2145` (VER:1.1) | `OV7740` | `GC2145` | +| Battery | 200mAh | 520mAh | :x: | :x: | :x: | 200mAh | :x: | +| Requirements | None | None | [Rotary encoder](https://duckduckgo.com/?q=ky-040)
[3D printed case](https://github.com/selfcustody/DockEncoderCase)
Soldering
Assembly | Buttons
[3D printed case](https://github.com/selfcustody/MaixBitCase)
Soldering
Assembly | None | None | None | +| Warnings | [:material-numeric-1-circle:{ title="M5StickV and USB-C" }](#m5stickv-info) | [:material-numeric-2-circle:{ title="Maix Amigo screens" }](#amigo-info) | [:material-numeric-3-circle:{ title="Maix Dock and soldered pin" }](#dock-info) | Camera has
lens distortion | Micro USB | 3-Way button | None | :material-information:{id="camera-info"}: Only `OV7740`, `OV2640` and `GC2145` have an anti-glare mode to better capture images from high brightness screens or with incident light. diff --git a/mkdocs.yml b/mkdocs.yml index 8fb1c391..2b9706e5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,12 +52,12 @@ docs_dir: docs site_dir: public extra: latest_krux: krux-v24.09.0 - latest_installer: v0.0.2-alpha - latest_installer_rpm: krux-installer-0.0.2_alpha-1.x86_64.rpm - latest_installer_deb: krux-installer_0.0.2-alpha_amd64.deb - latest_installer_win: krux-installer_v0.0.2-alpha.Setup.exe - latest_installer_mac_arm: krux-installer_0.0.2-alpha_arm64.dmg - latest_installer_mac_intel: krux-installer_0.0.2-alpha_x86_64.dmg + latest_installer: v0.0.20-alpha-2 + latest_installer_rpm: krux-installer-0.0.20_alpha-2-1.x86_64.rpm + latest_installer_deb: krux-installer_0.0.20-alpha-2_amd64.deb + latest_installer_win: krux-installer_v0.0.20-alpha-2.Setup.exe + latest_installer_mac_arm: krux-installer_0.0.20-alpha-2_arm64.dmg + latest_installer_mac_intel: krux-installer_0.0.20-alpha-2_x86_64.dmg social: - icon: fontawesome/solid/bullhorn link: https://bitcointalk.org/index.php?topic=5489022.0 diff --git a/sign_release.py b/sign_release.py index 250b6c2c..1884b7d4 100644 --- a/sign_release.py +++ b/sign_release.py @@ -156,7 +156,7 @@ def verify(file_to_verify, key_to_verify, signature_to_verify): print("Hash of", compressed_folder, ":") print(hash_string + "\n") std_hash_string = hash_string + " " + compressed_folder - with open(compressed_folder + ".sha256", "w") as f: + with open(compressed_folder + ".sha256.txt", "w") as f: f.write(std_hash_string) # Sign the compressed release