Implement RP2040 preferences (#3946)

This commit is contained in:
Jesse Hills
2022-10-26 22:56:56 +13:00
committed by GitHub
parent f97252b93a
commit 9865cb7f55
3 changed files with 122 additions and 8 deletions
+1
View File
@@ -6,6 +6,7 @@ namespace esphome {
namespace rp2040 {
void setup_preferences();
void preferences_prevent_write(bool prevent);
} // namespace rp2040
} // namespace esphome