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

update.py: grab heli parameters into copter/heli-Parameters.rst #3540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterbarker
Copy link
Contributor

No description provided.

@Hwurzburg
Copy link
Contributor

@peterbarker did you ever talk to the GCS devs as discussed?

@Hwurzburg
Copy link
Contributor

@peterbarker bump!

@@ -686,7 +692,7 @@ def cache_parameters_files(site=args.site):
old_params_mversion/ folders and .html built files as well.
"""
for key, value in PARAMETER_SITE.items():
if (site == key or site is None) and (key != 'AP_Periph'): # and (key != 'AP_Periph') workaround until create a versioning for AP_Periph in firmware server
if (site == key or site is None) and (key not in ['AP_Periph', 'heli']): # and (key != 'AP_Periph') workaround until create a versioning for AP_Periph in firmware server
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it still the versioning system on the Wiki server that I did in 2019? If so, I'd be happy to add these two versionings when time permits. let me know. ping @Hwurzburg and ping @peterbarker

Copy link
Contributor

Choose a reason for hiding this comment

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

@brunoolivieri Bruno, AFAIK its the same system....any help would be appreciated...

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

Successfully merging this pull request may close these issues.

4 participants