[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-08-22 18:44:37 +00:00
parent 8494463926
commit 36a6dd049b

View file

@ -25,7 +25,7 @@ void delayMicroseconds(unsigned long us);
int max(int a, int b);
class ESPClass {
public:
public:
size_t getFlashChipSize() {
// This is a placeholder for the actual implementation
// that retrieves the flash chip size.