您好,我想问问关于iot_demo中的问题。
在文档中,pc端这边发送wifi路由信息给esp8266,按原理来说是可以让他连接上所指定的路由
但是,在之前测试的时候,发送给esp8266的信息,一接收之后就会出错,然后重新烧写程序就可以连接得上。
之前就没去管,然后在自己写程序的过程中,用的是可升级版大小为4096的user_bin,然后发觉如果是写入flash数据的时候也会出现同样的问,那请问在iot_demo 这边,通过pc发送命令让esp8266写入station信息的时候,flash的区域是在哪里,可以修改的吗?或者说有什么地方需要注意的呢
the error with webserver.c
-
- Posts: 11
- Joined: Wed Apr 27, 2016 4:22 pm
Re: the error with webserver.c
Postby ESP_Faye » Wed Jun 22, 2016 9:41 am
您好,
IoT Demo 的用户参数区,需要根据您使用的 flash size 实际调整。
User Data 区域您可以参考 ESP8266 入门指南 的 “Flash 布局” 一章。
IoT Demo 的用户参数区,需要根据您使用的 flash size 实际调整。
Code: Select all
/* 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 布局” 一章。
Who is online
Users browsing this forum: No registered users and 13 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.