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

This commit is contained in:
Eric Jiang 2012-10-14 00:19:57 -07:00
parent 0d4982a1d6
commit 5acc91ec4f

View File

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