refactor: revert build flags changes

This commit is contained in:
Arthur Tazhitdinov 2026-01-26 14:28:53 +05:00
parent 43cd44c061
commit c78a0db558

View File

@ -27,10 +27,7 @@ build_flags =
# https://libexpat.github.io/doc/api/latest/#XML_GE
-DXML_GE=0
-DXML_CONTEXT_BYTES=1024
; -std=c++2a
-std=gnu++2a
build_unflags = -std=gnu++11
-std=c++2a
# Enable UTF-8 long file names in SdFat
-DUSE_UTF8_LONG_NAMES=1