We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258d065 commit a3cb5feCopy full SHA for a3cb5fe
updater/download_image.go
@@ -33,7 +33,7 @@ import (
33
"github.com/arduino/arduino-flasher-cli/i18n"
34
)
35
36
-const GB = uint64(1024 * 1024 * 1024)
+const GiB = uint64(1024 * 1024 * 1024)
37
const NeededDiskSpace = uint64(15)
38
39
type Manifest struct {
0 commit comments