Currently preserve_dios only preserves pin state during deep sleep. Once the board awakens, the pin state is reset to default. Consider preserving the state.
I think the concept of preserve_dios should be revisited if Pin.Configuration or something similar is implemented: #9845
Currently
preserve_diosonly preserves pin state during deep sleep. Once the board awakens, the pin state is reset to default. Consider preserving the state.I think the concept of
preserve_diosshould be revisited ifPin.Configurationor something similar is implemented: #9845