Browse Source

DEBUG_SUPPORT check for crashSetup (#1807)

master
Max Prokhorov 5 years ago
committed by GitHub
parent
commit
ff046eb0f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      code/espurna/espurna.ino

+ 3
- 1
code/espurna/espurna.ino View File

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


Loading…
Cancel
Save