Lixie_II
Lixie_II copied to clipboard
Changes in memory Consumption in Lixie_II. Can't link in my wemos project
Hi,
I got following linker error in my Wemos D1 project: .platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\esp8266_DEVEL\firmware.elf section .text1' will not fit in region iram1_0_seg'
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\esp8266_DEVEL\firmware.elf] Error 1
Linking works just fine using the old Lixie.h library.
As far as I understood, this might me linked to the number of functions in the Lixie_II class. Could you provide as well a stripped down version? I.e. remove all deprecated functions?
BR, Timo