Update configuration.h

This commit is contained in:
nikito7 2025-05-20 08:07:43 +01:00 committed by GitHub
parent 4383e3902d
commit b0d069e12c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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