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

Bug: pmem_save(slot) #175

Closed
Scachi opened this issue Sep 17, 2017 · 1 comment
Closed

Bug: pmem_save(slot) #175

Scachi opened this issue Sep 17, 2017 · 1 comment
Labels

Comments

@Scachi
Copy link

Scachi commented Sep 17, 2017

I have problems using the pmem_save(slot) function to save data to the specified slot.
It looks like it always write the data to the current active slot, as pmem_save() does when the slot parameter isn't used.

I have attached a zip with two scripts:
main.gpc
data.gpc

main_n_data-gpc.zip

I put main.gpc in slot 1, data.gpc in slot 3.
Using the slot 3 Interactive configuration to specify a dataset to be written into slot 1 pmem and hit "Save and Run" button to actually run the dataset processing.

I would expect the data written into pmem of slot 1, but it always writes to slot3 (the current active).

Maybe you can find out what I am doing wrong in this small test script ?
Maybe I misunderstand how pmem_save(slot) is supposed to be working.

Thank you

@J2Kbr J2Kbr added the bug label Sep 20, 2017
@J2Kbr
Copy link
Owner

J2Kbr commented Sep 20, 2017

Fixed, the firmware update should be out as revision of 0.95B.

@J2Kbr J2Kbr closed this as completed Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants