Feature/platformio#37
Merged
ClutchplateDude merged 4 commits intoOpenAstroTech:developfrom Jun 15, 2020
Merged
Conversation
ClutchplateDude
requested changes
Jun 14, 2020
Collaborator
|
I have no issue with this PR. The VSMicro stuff can be easily regenerated. I need to play with PlatformIO portion a little more though. |
added 2 commits
June 15, 2020 11:41
# Conflicts: # Software/Arduino code/OpenAstroTracker/OpenAstroTracker.ino
Member
Author
|
I have improved the configuration. Added Esp32 and fixed the definitions like |
This file contains hidden or 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
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.
This PR introduces usage of PlatformIO. Following changes were made:
#pragma onceto former .ino files (now .hpp)void processSerialData();declaration on top of f_seial.hpp because it was calling this function before it was defined#include "f_serial.hpp"to c_buttons.hpp because it depends on serial without including it. This dependency was somehow fixed by Arduino IDE before.