Data sheets
This commit is contained in:
parent
041031709f
commit
adf31dab4f
|
@ -1,4 +1,5 @@
|
|||
.ipynb_checkpoints
|
||||
__pycache__
|
||||
|
||||
*.st
|
||||
/espidf
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
nvs, data, nvs, 0x9000, 0x4000,
|
||||
otadata, data, ota, , 0x2000,
|
||||
phy_init, data, phy, , 0x1000,
|
||||
ota_0, 0, ota_0, , 0x110000,
|
||||
ota_1, 0, ota_1, , 0x110000,
|
||||
spiffs, data, spiffs, , 0x110000,
|
||||
ota_0, 0, ota_0, , 0x120000,
|
||||
ota_1, 0, ota_1, , 0x120000,
|
||||
spiffs, data, spiffs, , 0x1B0000,
|
||||
|
|
|
|
@ -3,4 +3,6 @@ Old load cell
|
|||
1kg ~= 700
|
||||
=> overflow at 93 kg
|
||||
|
||||
|
||||
New load cell
|
||||
const int CONFIG_VALUE_DIVIDER = 8;
|
||||
1 kg ~= 1100
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue