mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-25 14:17:40 +00:00
Update configuration.h
This commit is contained in:
parent
4383e3902d
commit
b0d069e12c
@ -232,7 +232,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#endif
|
||||
|
||||
#ifndef MINIMUM_SAFE_FREE_HEAP
|
||||
#ifdef ESP32
|
||||
#define MINIMUM_SAFE_FREE_HEAP 15000
|
||||
#else
|
||||
#define MINIMUM_SAFE_FREE_HEAP 1500
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef WIRE_INTERFACES_COUNT
|
||||
|
Loading…
Reference in New Issue
Block a user