feat(examples): remove the use of user_rf_cal_sector_set in examples

rf cal data now stored in nvs if needed
This commit is contained in:
Wu Jian Gang
2018-07-09 10:03:43 +08:00
parent 8f5bda0297
commit c4faded08f
14 changed files with 21 additions and 697 deletions

View File

@ -15,10 +15,12 @@
* Ian Craggs - convert to FreeRTOS
*******************************************************************************/
#include "MQTTFreeRTOS.h"
#include <string.h>
#include <netdb.h>
#include <sys/socket.h>
#include "MQTTFreeRTOS.h"
int ThreadStart(Thread* thread, void (*fn)(void*), void* arg)
{