mirror of
https://github.com/esphome/esphome.git
synced 2025-09-23 05:32:22 +01:00
fix rp2040
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user