Skip to content

More usermod fixes #4623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usermods/ADS1115_v2/library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name:": "ADS1115_v2",
"name": "ADS1115_v2",
"dependencies": {
"Adafruit BusIO": "https://github.com/adafruit/Adafruit_BusIO#1.13.2",
"Adafruit ADS1X15": "https://github.com/adafruit/Adafruit_ADS1X15#2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion usermods/AHT10_v2/library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name:": "AHT10_v2",
"name": "AHT10_v2",
"dependencies": {
"enjoyneering/AHT10":"~1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion usermods/Analog_Clock/library.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name:": "Analog_Clock"
"name": "Analog_Clock"
}
2 changes: 1 addition & 1 deletion usermods/Animated_Staircase/library.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name:": "Animated_Staircase"
"name": "Animated_Staircase"
}
Loading