-
Notifications
You must be signed in to change notification settings - Fork 52
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
Could you consider using GitHub for version control and changes tracking? #9
Comments
Hi Phil, have a look here: had to put all NodeMCU-Code into one file because of the Blynk-Library which instantiates "Blynk" within their library :/ |
Looks like most builders are happy with Arduino. |
For PlatformIO its required that you use cpp instead of .ino-Files. The codebases are not compatible. Ino-files are concated to one big file when the project is built in the ArduinoIDE (you need to import dependencies only once in the main file for example) |
There is no coding comunity for this project - just builders :) All Platformio users understand Arduino but not the other way :/ |
yeah i understand, but its not so extremly different, just the structure. Its easier for new contributors with the platformio-structure, because you only need to clone the repository and can than just build it, without struggeling with libraries and other stuff. They are defined in the platformio.ini-file per project (mega-project, nano-project, uno-project and nodemcu-project). With the config.h-files you can merge updates without overwriting your configuration etc. |
Could you consider using GitHub for version control and changes tracking?
Now you use your own versionning 6.31 6.4 and so on, in this way could not see what changes were made.
Do you accept contribution to this project?
The text was updated successfully, but these errors were encountered: