mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8494463926
commit
36a6dd049b
1 changed files with 6 additions and 6 deletions
|
@ -25,12 +25,12 @@ void delayMicroseconds(unsigned long us);
|
|||
int max(int a, int b);
|
||||
|
||||
class ESPClass {
|
||||
public:
|
||||
size_t getFlashChipSize() {
|
||||
// This is a placeholder for the actual implementation
|
||||
// that retrieves the flash chip size.
|
||||
return 4 * 1024 * 1024; // Example: returning 4MB
|
||||
}
|
||||
public:
|
||||
size_t getFlashChipSize() {
|
||||
// This is a placeholder for the actual implementation
|
||||
// that retrieves the flash chip size.
|
||||
return 4 * 1024 * 1024; // Example: returning 4MB
|
||||
}
|
||||
};
|
||||
|
||||
extern ESPClass ESP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue