Furi: Re-enable __FURI_TRACE crash messages

since removing all those subghz protocols freed some flash
This commit is contained in:
WillyJL
2025-06-24 04:10:38 +01:00
parent 9671c878bc
commit 25a48d7ec2
2 changed files with 2 additions and 1 deletions

View File

@@ -38,6 +38,7 @@
- VGM Tool: Fixed RGB firmware UART regression (by @WillyJL)
- UL: Sub-GHz Playlist: Add support for custom modulation presets, remake with txrx library and support for dynamic signals, cleanup code (by @xMasterX)
- RFID: Add DEZ10 representation to EM410X (by @realcatgirly)
- Furi: Re-enabled file paths in furi_check crash messages (by @WillyJL)
- OFW: Infrared: Add text scroll to remote buttons (by @956MB)
- Sub-GHz:
- UL: Rename and extend Alarms ignore option with Hollarm & GangQi (by @xMasterX)

View File

@@ -22,7 +22,7 @@ extern "C" {
// When enabled will use file paths instead of "furi_check failed"
#if !defined(FURI_RAM_EXEC) && !defined(FURI_DEBUG)
// #define __FURI_TRACE
#define __FURI_TRACE
#endif
// Flags instead of pointers will save ~4 bytes on furi_assert and furi_check calls.