Data sheets

This commit is contained in:
Martin Bauer 2020-09-03 14:11:50 +02:00
parent 041031709f
commit adf31dab4f
8 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.ipynb_checkpoints
__pycache__
*.st
/espidf

View File

@ -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,

1 # ESP-IDF Partition Table
3 nvs, data, nvs, 0x9000, 0x4000,
4 otadata, data, ota, , 0x2000,
5 phy_init, data, phy, , 0x1000,
6 ota_0, 0, ota_0, , 0x110000, ota_0, 0, ota_0, , 0x120000,
7 ota_1, 0, ota_1, , 0x110000, ota_1, 0, ota_1, , 0x120000,
8 spiffs, data, spiffs, , 0x110000, spiffs, data, spiffs, , 0x1B0000,

View File

@ -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.