WallaceWilliam
WallaceWilliam
no root@homer:/# which heplify-server /usr/local/bin/heplify-server
try it https://github.com/WallaceWilliam/framework-esp8266-rtos-sdk-idf-platformio
this is my hobby. I am ready to do everything in my capabilities.
version ESP8266_RTOS_SDK in https://github.com/platformio/platform-espressif8266 is 1.5.0-beta version ESP8266_RTOS_SDK in https://github.com/WallaceWilliam/framework-esp8266-rtos-sdk-idf-platformio is current branch (v3.2.dev-...) of https://github.com/espressif/ESP8266_RTOS_SDK These versions are not compatible. and all projects written on the old version (1.5.0)...
I rename framework from esp8266-rtos-sdk-idf to esp8266-rtos-sdk please test
> While trying to install Wallace’s latest version I get an error saying unknown package “tool-esptoolpy” run platformio platform update and trying again to install
edit File "C:\Users\Gerrit.platformio\platforms\custom8266\builder\frameworks\esp8266-rtos-sdk.py" write before line 630 print('(full_partitions_csv=', full_partitions_csv) print('partitions_csv=', partitions_csv)
in the file "C:\Users\Gerrit.platformio\platforms\custom8266\builder\frameworks\esp8266-rtos-sdk.py" line 628 partitions_csv = env.BoardConfig (). get ("build.partitions", partitions_csv) change to partitions_csv = 'partitions_singleapp.csv' This file must be in {framework path}/components/partition_table/
1) please, update paltform: (in terminal) platformio platform update compile project. you will see an error 'Source `partitions.csv' not found, needed by target' because in sdkconfig.h set #define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv"...
error in this "-Wl,-Map=$BUILD_DIR\\bootloader.map" because there are spaces in the file path this command not work please, update paltform: (in terminal) platformio platform update