mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-19 09:45:35 +00:00
Remove the retry logic for Wi-Fi disconnected events while in provisioning mode because it is handled internally by the network_provisioning component. Now, depending on the Kconfig options, the firmeare will try Wi-Fi connection one or more time and then stop. Phone apps can reset the state and retry provisioning on the same session. Also, reduced the default connection retry count from 5 to 3 so that users would have to wait for lesser time for retrying
RainMaker App Network Component
A network connectivity helper component for ESP RainMaker applications that provides unified WiFi and Thread networking functionality.
Features
- WiFi Management: Easy WiFi connection and configuration
- Thread Support: Thread network connectivity for mesh applications
- Unified API: Single interface for different network protocols
- ESP RainMaker Integration: Seamless integration with RainMaker framework
Usage
Include this component in your ESP-IDF project to add network connectivity capabilities to your ESP RainMaker application.
#include "app_network.h"
// Initialize network
app_network_init();
...
...
app_network_start(POP_TYPE_RANDOM)
Requirements
- ESP-IDF 5.1 or later
- ESP RainMaker framework