This website works better with JavaScript.
Home
Explore
Help
Sign In
wuselfuzz
/
hexapod_ng
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove debug output
main
Marcus Grieger
1 year ago
parent
e7ac647deb
commit
0f438bd6ef
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
python/servo_mapping.py
+ 0
- 1
python/servo_mapping.py
View File
@@ -6,4 +6,3 @@ servo_mapping_filename = "/home/wuselfuzz/hexapod_ng/configuration/servo_mapping
with open(servo_mapping_filename, "r") as f:
servo_mapping = json.load(f)
print(json.dumps(servo_mapping, indent=4))
Write
Preview
Loading…
Cancel
Save