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: Messed-up pre-compiler directives in EEPROM library #210

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

ScholliYT
Copy link
Contributor

This closes #188
code is by @gztproject

@ScholliYT
Copy link
Contributor Author

ScholliYT commented Dec 15, 2021

Anyone waiting for this to get merged (or any ohter changes) and working with platformio can use this in the platformio.ini to patch the framework-arduinoasrmicro (i.e. this repository) to a newer version.

[env:cubecell_module_plus]
platform = [email protected]
platform_packages =
  ; use upstream Git version
  framework-arduinoasrmicro @ https://github.com/ScholliYT/ASR650x-Arduino.git ; TODO: change this back if https://github.com/HelTecAutomation/CubeCell-Arduino/pull/210 gets merged
  framework-arduinoasrmicro650x @ https://github.com/ScholliYT/ASR650x-Arduino.git ; TODO: change this back if https://github.com/HelTecAutomation/CubeCell-Arduino/pull/210 gets mergedhttps://github.com/HelTecAutomation/CubeCell-Arduino/pull/210 gets merged
board = cubecell_module_plus
framework = arduino

IDK why there are two packages doing the same thing. But the first one was used by my local machine while the second one was used by a CI pipeline. Anyways, patching both seems to work.

@Quency-D Quency-D merged commit 81caedf into HelTecAutomation:master Feb 25, 2022
@ScholliYT ScholliYT deleted the patch-1 branch October 7, 2022 22:04
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.

Messed-up pre-compiler directives in EEPROM library
2 participants