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

esp8266 host DFU example #22

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

esp8266 host DFU example #22

wants to merge 30 commits into from

Conversation

m-mcgowan
Copy link
Contributor

@m-mcgowan m-mcgowan commented Jan 31, 2023

v1.0.0.0 is the ESP32 version ported to ESP8266
v1.1.0.0 experimental refactored version with the aim of separating the shared code from the device-specific code, which makes porting easier.

@m-mcgowan
Copy link
Contributor Author

@m-mcgowan m-mcgowan marked this pull request as ready for review February 6, 2023 19:33
Copy link
Contributor

@zfields zfields left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In person code-review with Mat, Zak and Hayden.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this empty, or is the diff bad?

.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are discriminating on files, then I'm not sure why we are choosing this one. launch.json is the configuration for debugging.

Maybe the better question is, do we actually want anything from the .vscode/ folder?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is PlatformIO boilerplate, but it feels odd to have it, especially since we are not following this guidance (e.g. main.h).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another empty looking README.md

.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as above

@@ -0,0 +1,44 @@
simplify ino file - remove boilerplate, implementation details to the shared DFU code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a heading that states, "Change List:"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants