mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-09-26 19:46:22 +02:00
Furi: Re-enable __FURI_TRACE crash messages
since removing all those subghz protocols freed some flash
This commit is contained in:
@@ -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)
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user