Skip to content

Rollback with Arduino as ESP-IDF Component #5871

Closed
@GKFernandes

Description

@GKFernandes

Hello everyone,

I ran into the same issue as stated in: #3318 and also in #3749

I think this issue about the weakly defined verify0ta() should be fixed and made in such a way that the user can perform the verification later in the code instead of inside the initArduino() function.

Activity

deleted a comment from stale on Apr 20, 2022
self-assigned this
on May 13, 2022
me-no-dev

me-no-dev commented on May 13, 2022

@me-no-dev
Member

How about we add a new weak function bool verifyRollbackLater() to allow you to skip verification in initArduino and do it yourself later?

added this to the 2.0.4 milestone on May 13, 2022

16 remaining items

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Rollback with Arduino as ESP-IDF Component · Issue #5871 · espressif/arduino-esp32