Skip to content
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

fix: arduino get/post #162

Merged
merged 4 commits into from
Nov 14, 2019
Merged

fix: arduino get/post #162

merged 4 commits into from
Nov 14, 2019

Conversation

sleepdefic1t
Copy link
Contributor

Summary

This PR fixes invalid URL construction and simplifies how the HTTP Get/Post calls are handled in Arduino environments.

This PR also does the following:

  • fixes a typo in the ESP32 Demo Sketch.
  • uses strings for Path bases vs raw pointers to improve stability.
    
- adds 80 char divider in updated files.

Checklist

  • Ready to be merged

## Summary

This PR fixes invalid URL construction and simplifies how the HTTP Get/Post calls are handled in Arduino environments.

This PR also does the following:
- fixes a typo in the ESP32 Demo Sketch.
- uses strings for Path bases vs raw pointers to improve stability.

- adds 80 char divider in updated files.

## Checklist

- [x] Ready to be merged
@ghost ghost added Complexity: High More than 256 lines changed. Type: Bugfix The pull request fixes an incorrect functionality or behaviour. labels Oct 31, 2019
@sleepdefic1t
Copy link
Contributor Author

@faustbrian This one is ready to go.

@sleepdefic1t sleepdefic1t requested a review from a team November 1, 2019 17:11
@sleepdefic1t
Copy link
Contributor Author

@faustbrian gtg 👍

@faustbrian faustbrian added the Bounty: Tier 4 Awarded for small features, refactorings, improvements. This is valued at 20 USD. label Nov 14, 2019
@faustbrian faustbrian changed the title fix(http): arduino get/post fix: arduino get/post Nov 14, 2019
@faustbrian faustbrian merged commit 8939e9c into ArkEcosystemArchive:develop Nov 14, 2019
@sleepdefic1t sleepdefic1t removed the Bounty: Tier 4 Awarded for small features, refactorings, improvements. This is valued at 20 USD. label Nov 14, 2019
@sleepdefic1t sleepdefic1t deleted the fix(http)/arduino-get-post branch November 29, 2019 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: High More than 256 lines changed. Type: Bugfix The pull request fixes an incorrect functionality or behaviour.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants