ESP-mdf install Tutorial | Sample get started | ESP32 mesh sample

preview_player
Показать описание
ESPRESSIF esp 32 - Mesh development framework installation. Sample program upload.

Please find more details at :

Рекомендации по теме
Комментарии
Автор

i had to set the MDF_PATH in the system variables.(using windows) because it couldn't find the compiler. there went a week of finding out WHY it wouldn't do anything.
for Linux users a pro tip add this in .profile or something similar : " alias get_idf='. $HOME/esp/esp-idf/export.sh' " to set up or refresh the esp-idf environment in any terminal session.

sebasdt
Автор

make menuconfig not excute please help me out. - 'make' is not recognized as an internal or external command,
operable program or batch file.

esp-idf is working ok but esp-mdf get error, when i give make menuconfig

GenZAILab