Coder Social home page Coder Social logo

Comments (8)

xuhongv avatar xuhongv commented on August 27, 2024
  • 下面是我的 csv 分区表:
# Name,   Type, SubType, Offset,   Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
nvs,      data, nvs,     0x9000,  0x4000
otadata,  data, ota,     0xd000,  0x2000
phy_init, data, phy,     0xf000,  0x1000
factory,  0,    0,       0x10000,   1200K
ota_0,    0,    ota_0,   ,          1200K
ota_1,    0,    ota_1,   ,          1200K

from esp-joylink.

xuhongv avatar xuhongv commented on August 27, 2024
  • 请问这个任务在哪?

***ERROR*** A stack overflow in task wifi has been detected.

from esp-joylink.

xiewenxiang avatar xiewenxiang commented on August 27, 2024

这个是wifi的task,在库里,外面看不到,堆栈大小是 3072+512,不可配

堆栈溢出,原因应该是 wifi这里的回调函数的处理逻辑较多,堆栈溢出了

from esp-joylink.

xuhongv avatar xuhongv commented on August 27, 2024

每次获取成功wifi的ssid和密码,一旦调用回调函数,立马就卡死 了;我都不知道怎么解决了。。。

from esp-joylink.

xuhongv avatar xuhongv commented on August 27, 2024

是否可以在 make menuconfig 配置 wifi任务栈的大小来解决?

from esp-joylink.

xiewenxiang avatar xiewenxiang commented on August 27, 2024

这个 task 的堆栈大小被从 3584 改成了 3072,写死的,joylink的配网处理逻辑还是比较复杂一点,在这之后的版本都配网堆栈溢出了。

我这里也改不了这个堆栈的大小,在wifi 的 lib 库里,我要先提下需求,看看能不能加上。

from esp-joylink.

xiewenxiang avatar xiewenxiang commented on August 27, 2024

不过京东已经不支持 一键配置了,下面我们再出example,也不会加上 一键配置,会支持 softap(自主激活)和 thunder,这两个是目前京东主推的

from esp-joylink.

xuhongv avatar xuhongv commented on August 27, 2024

期待!希望你们也好好测测,之前用8266接京东微联,我就搞了半个月,最长的一个项目了

from esp-joylink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.