-
Notifications
You must be signed in to change notification settings - Fork 4
feat(esp32_usb_stream): update usb stream lib #3
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
Conversation
891f766
to
cc6890a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lijunru-hub LGTM!
@Lzw655 PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the README. Thank you!
idf_component.yml
Outdated
@@ -0,0 +1,15 @@ | |||
version: "1.4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version: "1.4.0" | |
version: "0.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是 USB_Stream 的源文件的版本号,不是 arduino 的,这个就不改了
library.properties
Outdated
@@ -1,7 +1,7 @@ | |||
name=ESP32_USB_STREAM | |||
version=0.0.1 | |||
version=1.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version=1.4.0 | |
version=0.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已改
cc6890a
to
a22bff7
Compare
a22bff7
to
ab4cfaa
Compare
Closes 2!