The Wayback Machine - https://web.archive.org/web/20210717090815/https://github.com/topics/esp-idf
Skip to content
#

esp-idf

Here are 633 public repositories matching this topic...

imliubo
imliubo commented Mar 23, 2019

为了更好的帮助大家,也为了更好的记录自己遇到的问题,建议大家将自己遇到的问题并解决完的问题可以记录在这个issue中,与人方便,与己方便,希望大家可以认真的记录问题并描述是如何解决的,谢谢大家合作,您的每一次记录都会对他人有所帮助哦~

PS:未解决完的问题,先不要记录哦~mua!(*╯3╰)

比如-Example

遇到的问题
上电串口助手查看打印乱码。
(可以附加图片)

解决办法
波特率设置不对,ESP8266默认波特率是76800,更改波特率后打印正常。
(可以附加图片)

fujinet-platformio
tschak909
tschak909 commented Apr 17, 2021

In the insert-libssh branch, I have replaced libssh2, with a libssh component, now living in components/libssh.

Unfortunately, it doesn't seem to be building with the current esp-idf that's provided with platform.io, giving the following linking error:

Linking .pio\build\fujinet-v1\firmware.elf
c:/users/thomc/.platformio/packages/toolchain-xtensa32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0

Improve this page

Add a description, image, and links to the esp-idf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the esp-idf topic, visit your repo's landing page and select "manage topics."

Learn more