ESP8266 Developer Zone The Official ESP8266 Forum 2016-06-22T09:41:31+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2319 2016-06-22T09:41:31+08:00 2016-06-22T09:41:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2319&p=7454#p7454 <![CDATA[Re: the error with webserver.c]]>
IoT Demo 的用户参数区,需要根据您使用的 flash size 实际调整。

Code:

/* NOTICE---this is for 512KB spi flash.
 * you can change to other sector if you use other size spi flash. */
#define PRIV_PARAM_START_SEC      0x3C

/* NOTICE---this is for 512KB spi flash.
 * you can change to other sector if you use other size spi flash. */
#define ESP_PARAM_START_SEC      0x3D


User Data 区域您可以参考 ESP8266 入门指南 的 “Flash 布局” 一章。

Statistics: Posted by ESP_Faye — Wed Jun 22, 2016 9:41 am


]]>
2016-06-21T14:26:51+08:00 2016-06-21T14:26:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2319&p=7442#p7442 <![CDATA[the error with webserver.c]]> 在文档中,pc端这边发送wifi路由信息给esp8266,按原理来说是可以让他连接上所指定的路由
但是,在之前测试的时候,发送给esp8266的信息,一接收之后就会出错,然后重新烧写程序就可以连接得上。

之前就没去管,然后在自己写程序的过程中,用的是可升级版大小为4096的user_bin,然后发觉如果是写入flash数据的时候也会出现同样的问,那请问在iot_demo 这边,通过pc发送命令让esp8266写入station信息的时候,flash的区域是在哪里,可以修改的吗?或者说有什么地方需要注意的呢

Statistics: Posted by hualaonanxiaoniao — Tue Jun 21, 2016 2:26 pm


]]>