FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 464cca4e authored by ayush1301's avatar ayush1301
Browse files

Changed metal detect threshold

parent b143356d
No related branches found
No related tags found
Loading
......@@ -57,7 +57,7 @@ bool is_metal = false;
//#define metal_upper_bound 34.0
//#define non_metal_lower_bound 36.0
//#define non_metal_upper_bound 40.0
float metal_threshold = 9.55;
float metal_threshold = 9.65;
float min_val = 100;
//Servo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment