Closed sawh closed 1 year ago
I resolved it with updating the AutoConnect library to the now current version 1.3.2 The constant PB_Chunk seem to be not supported anymore by the arduino lib.
Hi,
thanks, it works now with some additional changes in platform.ini:
[common]
lib_deps =
lv_arduino @ 2.1.5
Adafruit BME280 Library @ 2.1.2
ArduinoJson @ 6.17.2
AutoConnect @ 1.3.2
yiannisbourkelis/Uptime Library @ ^1.0.0
bodmer/TFT_eSPI @ 2.4.24
build_flags =
-Os
!echo '-DVERSION_GIT_HASH=\"'$(git log |head -1 |cut -c8-)'\"'
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_INFO
-DUSER_SETUP_LOADED=1
-DLV_USE_DEBUG=0
-DLV_CONF_INCLUDE_SIMPLE=1
-DAUTOCONNECT_STARTUPTIME=10
-DAUTOCONNECT_PSK='""'
-DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS=1
-DLODEPNG_NO_COMPILE_DISK=1
-DLODEPNG_NO_COMPILE_ENCODER=1
-DLODEPNG_NO_COMPILE_ALLOCATORS=1
-DAC_DEBUG=0
-I ./src/
In particular, the quotation marks for -DAUTOCONNECT_PSK are required.
Should be solved now in main ==> Close
Installation fails in Ubuntu 20.04 LTS and OSX (testet with Port py3.9-pip) both with the following error
Steps to reproduce in Ubuntu 20.04 LTS