Skip to content

Commit

Permalink
fixing pinconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai committed Jun 28, 2024
1 parent b149779 commit c52f218
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies:
idf:
component_hash: null
source:
type: idf
version: 4.4.4
manifest_hash: 16cf071c7952b6c2989931c93b1897d51a7344454df129a66bd0c084542a2f47
target: esp32
version: 1.0.0
4 changes: 2 additions & 2 deletions dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
source:
type: idf
version: 4.4.4
manifest_hash: 5edadc5a7e062193e616dc77f33b5716948bc38d325a851f72f24bdd70ccd13d
target: esp32
manifest_hash: 9e9f50b65923a9a1b39b1143d121d880da7dbb172c056d62112123787161d4d8
target: esp32s3
version: 1.0.0
5 changes: 3 additions & 2 deletions main/PinConfigESP32S3.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef PINCONFIGESP32S3_H
#define PINCONFIGESP32S3_H

#define ESP32S3_MODEL_XIAO
#ifdef ESP32S3_MODEL_XIAO

#define GPIO_NUM_25 GPIO_NUM_0
#define GPIO_NUM_23 GPIO_NUM_1
Expand All @@ -17,4 +17,5 @@
// #define D1 2 // GPIO2
*/

#endif // PINCONFIGESP32S3_H
#endif // PINCONFIGESP32S3_H
#endif // ESP32S3_MODEL_XIAO
2 changes: 1 addition & 1 deletion main/json_api_BD.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"LASERdespeckle": 50,
"LASERdespecklePeriod": 30,
}
{"task": "/laser_act", "LASERid":1, "LASERval": 1000}
{"task": "/laser_act", "LASERid":1, "LASERval": 224}
{"task": "/laser_act", "LASERid":1, "LASERval": 1024}
{"task": "/laser_get"}
{"task":"/laser_act", "LASERid":1 ,"LASERFreq":50} // for servo
Expand Down

0 comments on commit c52f218

Please sign in to comment.