-
Notifications
You must be signed in to change notification settings - Fork 21
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
Develop #54
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
changed a couple of things to make it work in Tasmota - reference to WifiClient in begin is required by ESP8266HTTPClient lib - made changes to make it smaler. dont know if it is the correct way
Information from setup() method disappeared, like Reading Services for example
This reverts commit c81ab19.
Information from setup() method disappeared, like Reading Services for example
HTTPClient begin with client Reference Stream on init Service Load no HTTP 500 Errors anymore because Request without initial loading from Services wil not execute methods with Reference
commit 54c9a12 Author: gsg2820 <35265177+gsg2820@users.noreply.github.com> Date: Mon Jun 14 11:06:02 2021 +0200 ARDUINO_IDE_VERSION="1.8.13" commit 4ef156b Author: gsg2820 <35265177+gsg2820@users.noreply.github.com> Date: Mon Jun 14 10:25:27 2021 +0200 DEBUG.md Picture commit 09a13d4 Author: gsg2820 <35265177+gsg2820@users.noreply.github.com> Date: Mon Jun 14 10:21:48 2021 +0200 Testet against 07.24-88406 BETA
Testet against 07.24-88406 BETA
- remove debug info - it was integrated into the wiki - remove example with only minor changes - these were integrated as an option into the regular 'caller' example
change Stream reading and secrets tr064 Error Codes fix false class arduino secrets development activation this is a no init example Read all Parameter from Stream new UserName
secret file for travis build no renaming example file anymore. should be save with gitignore Update .travis.yml https://forum.arduino.cc/t/arduino-1-8-2-w-travis-ci-causes-many-warnings-1-8-1-and-older-does-not-why/451140/15 latest update Update .travis.yml Double method not an int not needed
Travis ci
reorganizing read stream response and add TR064 error messages
Update travis build status
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I did not carefully test this, but since it appears the library does not work as is, I'm willing to risk it.