Commit ab4beef4 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Release version typeB_v4.5

parent 9718c617
2023-04-20 (typeB_v4.5)
-----------------------
First version of ORS Type B, used for higher frequencies. For now, this type B has 2 variations:
* 3800Mhz - 4000MHz
* 4600MHz - 5000MHz
2023-04-19 (typeA_v4.5)
-----------------------
......@@ -7,7 +14,7 @@
* Add HighIsolation rules to power input track
* Rename board to typeA_v4.5
This is mostly a cleanup release
This is mostly a cleanup release.
2023-03-20 (v4.4)
-----------------
......
......@@ -24,7 +24,7 @@ def read_BOM(f):
for index, row in bom.iterrows():
infos = {
'value': row["Value"],
'infos': row["Infos"]
'type': row["Type"]
}
for comp in row["Designator"].split(','):
c[comp.strip()] = infos
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment