Add 10l 200bar and 232bar cylinder

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-03-20 17:17:05 +01:00 committed by Dirk Hohndel
parent 6f21d2749e
commit 258aa70d04

View file

@ -173,6 +173,8 @@ struct tank_info_t tank_info[100] = {
/* Common European steel cylinders */
{ "3 232 bar", .ml = 3000, .bar = 232 },
{ "3 300 bar", .ml = 3000, .bar = 300 },
{ "10 200 bar", .ml = 10000, .bar = 200 },
{ "10 232 bar", .ml = 10000, .bar = 232 },
{ "10 300 bar", .ml = 10000, .bar = 300 },
{ "12 200 bar", .ml = 12000, .bar = 200 },
{ "12 232 bar", .ml = 12000, .bar = 232 },