mirror of
https://github.com/erjiang/usbscale.git
synced 2025-06-27 08:30:58 -06:00
Added "Stamps.com Stainless Steel 5 lb. ..."
This commit is contained in:
parent
0d4982a1d6
commit
5acc91ec4f
10
scales.h
10
scales.h
@ -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…
x
Reference in New Issue
Block a user