Update platformio_tasmota32.ini

This commit is contained in:
Jason2866 2020-09-05 23:15:17 +02:00 committed by GitHub
parent 8a5ab7febb
commit e581e59e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,9 @@ build_flags = ${esp_defaults.build_flags}
-D sint16_t=int16_t -D sint16_t=int16_t
-D memcpy_P=memcpy -D memcpy_P=memcpy
-D memcmp_P=memcmp -D memcmp_P=memcmp
lib_extra_dirs =
libesp32
lib_ignore =
cc1101