mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Add working unit tests
This commit is contained in:
parent
f609d54a14
commit
995cc7784c
106 changed files with 589 additions and 582 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "../../../USER_SETTINGS.h"
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "hw_3LB.h"
|
||||
#include "hw_devkit.h"
|
||||
#include "hw_lilygo.h"
|
||||
|
@ -23,8 +24,6 @@ void init_hal() {
|
|||
#endif
|
||||
}
|
||||
|
||||
unsigned long millis();
|
||||
|
||||
bool Esp32Hal::system_booted_up() {
|
||||
return milliseconds(millis()) > BOOTUP_TIME();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue