mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-16 08:54:18 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -20,7 +20,7 @@ static int interpolate_raw_val (int raw) {
|
||||
static int rescale_raw_val (int raw) {
|
||||
|
||||
int s;
|
||||
s = 2*raw - 7000; //8940;
|
||||
s = 2*raw - 5000; //8940;
|
||||
return s;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user