Max Prokhorov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
code/espurna/espurna.ino
|
|
@ -84,7 +84,9 @@ void setup() { |
|
|
|
settingsSetup(); |
|
|
|
|
|
|
|
// Init crash recorder
|
|
|
|
crashSetup(); |
|
|
|
#if DEBUG_SUPPORT
|
|
|
|
crashSetup(); |
|
|
|
#endif
|
|
|
|
|
|
|
|
// Return bogus free heap value for broken devices
|
|
|
|
// XXX: device is likely to trigger other bugs! tread carefuly
|
|
|
|