mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
Export max system check for build configuration
This commit is contained in:
1
code/.gitignore
vendored
1
code/.gitignore
vendored
@@ -7,3 +7,4 @@ core_version.h
|
||||
.pioenvs
|
||||
.piolibdeps
|
||||
.DS_Store
|
||||
.python-version
|
||||
@@ -61,8 +61,8 @@
|
||||
|
||||
#ifndef SERIAL_RX_PORT
|
||||
#define SERIAL_RX_PORT Serial // This setting is usually defined
|
||||
// in the hardware.h file for those
|
||||
// boards that require it
|
||||
// in the hardware.h file for those
|
||||
// boards that require it
|
||||
#endif
|
||||
|
||||
#ifndef SERIAL_RX_BAUDRATE
|
||||
@@ -139,8 +139,10 @@
|
||||
#endif
|
||||
|
||||
#define SYSTEM_CHECK_TIME 60000 // The system is considered stable after these many millis
|
||||
#ifndef SYSTEM_CHECK_MAX
|
||||
#define SYSTEM_CHECK_MAX 5 // After this many crashes on boot
|
||||
// the system is flagged as unstable
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// EEPROM
|
||||
|
||||
Reference in New Issue
Block a user