Export max system check for build configuration

This commit is contained in:
Ly Minh Phuong
2018-03-15 19:03:40 +07:00
parent eb697c8c86
commit 4ebdae6131
2 changed files with 5 additions and 2 deletions

1
code/.gitignore vendored
View File

@@ -7,3 +7,4 @@ core_version.h
.pioenvs
.piolibdeps
.DS_Store
.python-version

View File

@@ -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