1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-23 05:32:22 +01:00

fix rp2040

This commit is contained in:
J. Nick Koston
2025-09-20 08:52:06 -06:00
parent d7245ebde6
commit cebacfcc59
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ void SHA256::calculate() {
mbedtls_sha256_finish(&this->ctx_->ctx, this->ctx_->hash);
}
#elif defined(USE_ESP8266)
#elif defined(USE_ESP8266) || defined(USE_RP2040)
SHA256::~SHA256() = default;