Added "Stamps.com Stainless Steel 5 lb. ..."

pull/3/head
Eric Jiang 12 years ago
parent 0d4982a1d6
commit 5acc91ec4f

@ -12,15 +12,17 @@
//
// **scalesc** should be kept updated with the length of the list.
//
int scalesc = 2;
int scalesc = 3;
//
// Scales
// ------
//
uint16_t scales[2][2] = {\
// Stamps.com 10-lb USB scale
uint16_t scales[3][2] = {\
// Stamps.com Model 510 5LB Scale
{0x1446, 0x6a73},
// USPS (Elane) PS311 "XM Elane Elane UParcel 30lb"
{0x7b7c, 0x0100}
{0x7b7c, 0x0100},
// Stamps.com Stainless Steel 5 lb. Digital Scale
{0x2474, 0x0550}
};

Loading…
Cancel
Save