Replies: 4 comments 3 replies
-
I think it’s likely remembering its old config. Try running
epsytool.py —erase_flash
Then refresh the data and code, and it should work properly!
Rutger may also be able to tell you how to reset the config with Postman.
…-Dave
On May 19, 2023, at 7:35 AM, Frank Rosquin ***@***.***> wrote:
Hi,
I made a new config in globals.h and effect.cpp, but when I compile and flash it, The effect that were there from a previous flash don't change. Settings like DEFAULT_EFFECT_INTERVAL and LED_PIN0 and TOGGLE_BUTTON_1 all get picked up, so the flash seems successful, I just seem unable to get any new effects on the board... Am I missing something here?
Thanks!
—
Reply to this email directly, view it on GitHub <#271>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCFYQF4RIYTF5QKUL7OTXG6ALFANCNFSM6AAAAAAYH3XCBQ>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
That seems to have done the trick, indeed! As you mentioned Postman, I poked around a bit more and saw it is actually documented here. Maybe an idea to add to the README, or make a pio target for this? Thanks for the help @davepl ! |
Beta Was this translation helpful? Give feedback.
-
PR #282 has been merged to add some specific notes concerning this to README.md. |
Beta Was this translation helpful? Give feedback.
-
Just for completeness: I've just opened PR #287, which automatically adds any new effects that are available for a project to the effect list that's loaded from JSON. The README will be updated accordingly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I made a new config in
globals.h
andeffect.cpp
, but when I compile and flash it, The effect that were there from a previous flash don't change. Settings likeDEFAULT_EFFECT_INTERVAL
andLED_PIN0
andTOGGLE_BUTTON_1
all get picked up, so the flash seems successful, I just seem unable to get any new effects on the board... Am I missing something here?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions