Skip to content

Commit

Permalink
DEBUG_SUPPORT check for crashSetup (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr authored Jul 2, 2019
1 parent 0d76910 commit ff046eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/espurna/espurna.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff046eb

Please sign in to comment.