mirror of https://github.com/arendst/Tasmota.git
34 lines
1.7 KiB
INI
34 lines
1.7 KiB
INI
; *** BETA ESP32 Tasmota version ***
|
|
; *** expect the unexpected. Some features not working!!! ***
|
|
|
|
[esp32_defaults]
|
|
build_unflags = ${esp_defaults.build_unflags}
|
|
-fexceptions
|
|
-Wpointer-arith
|
|
build_flags = ${esp_defaults.build_flags}
|
|
-fno-exceptions
|
|
-DBUFFER_LENGTH=128
|
|
-DHTTP_UPLOAD_BUFLEN=2048
|
|
-DMQTT_MAX_PACKET_SIZE=1200
|
|
-Duint32=uint32_t
|
|
-Duint16=uint16_t
|
|
-Duint8=uint8_t
|
|
-Dsint8_t=int8_t
|
|
-Dsint32_t=int32_t
|
|
-Dsint16_t=int16_t
|
|
-Dmemcpy_P=memcpy
|
|
-Dmemcmp_P=memcmp
|
|
;for TLS we can afford compiling for 4K RSA keys
|
|
-DUSE_4K_RSA
|
|
-I$PROJECT_DIR/include
|
|
-include "sdkconfig.h"
|
|
-include "esp32x_fixes.h"
|
|
|
|
|
|
[core32]
|
|
platform = espressif32 @ 3.3.0
|
|
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/1.0.7.1/tasmota-arduinoespressif32-release_v3.3.5.tar.gz
|
|
platformio/tool-mklittlefs @ ~1.203.200522
|
|
build_unflags = ${esp32_defaults.build_unflags}
|
|
build_flags = ${esp32_defaults.build_flags}
|