set project name

This commit is contained in:
King Kévin 2022-01-04 14:31:54 +01:00
parent 8e0783f1b6
commit adc85e6281
3 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ require 'csv' # to export BOM and costs
# =================
# common name used for file names
name = "template"
name = "usb_hub"
# project version, read from "version" file
raise "define project version in 'version' file" unless File.exist? "version"
version = IO.read("version").split("\n")[0]