Add HP117 to the cylinder list

Reported-by: Brian Weber
Signed-off-by: weber311@gmail.com
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Brian Weber 2016-08-09 23:32:44 -04:00 committed by Dirk Hohndel
parent 38a2db05c0
commit cccd4cd17b

View file

@ -164,6 +164,7 @@ struct tank_info_t tank_info[100] = {
{ "HP65", .cuft = 65, .psi = 3442 }, { "HP65", .cuft = 65, .psi = 3442 },
{ "HP80", .cuft = 80, .psi = 3442 }, { "HP80", .cuft = 80, .psi = 3442 },
{ "HP100", .cuft = 100, .psi = 3442 }, { "HP100", .cuft = 100, .psi = 3442 },
{ "HP117", .cuft = 117, .psi = 3442 },
{ "HP119", .cuft = 119, .psi = 3442 }, { "HP119", .cuft = 119, .psi = 3442 },
{ "HP130", .cuft = 130, .psi = 3442 }, { "HP130", .cuft = 130, .psi = 3442 },