Преглед изворни кода

Merge branch 'master' of http://gogs.renlianiot.com:4000/zmcoding/station-test-api

likang пре 1 година
родитељ
комит
91eba43d59
1 измењених фајлова са 9 додато и 9 уклоњено
  1. 9 9
      catch/api/controller/Api.php

+ 9 - 9
catch/api/controller/Api.php

@@ -565,16 +565,16 @@ class Api extends CatchController
                         if (!$config) {
                             # code...
                             $config = [
-                                "front_in" => 65,
-                                "behind_in" => 70,
+                                "front_in" => 80,
+                                "behind_in" => 80,
                                 "left_in" => 80,
-                                "right_in" => 70,
-                                "front_out" => 70,
-                                "behind_out" => 75,
-                                "left_out" => 82,
-                                "right_out" => 70,
-                                "expInt" => 20,
-                                "effSigNum" => 10
+                                "right_in" => 80,
+                                "front_out" => 255,
+                                "behind_out" => 255,
+                                "left_out" => 255,
+                                "right_out" => 255,
+                                "expInt" => 12,
+                                "effSigNum" => 6
                             ];     
                         }else{
                             $config = json_decode($config,true);