https://github.com/tuanpmt/esp-request-app
Sample http client for esp32
https://github.com/tuanpmt/esp-request-app
esp-rest esp32 http-client https request
Last synced: about 1 month ago
JSON representation
Sample http client for esp32
- Host: GitHub
- URL: https://github.com/tuanpmt/esp-request-app
- Owner: tuanpmt
- License: apache-2.0
- Created: 2017-02-24T15:03:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T06:02:44.000Z (almost 9 years ago)
- Last Synced: 2025-03-19T07:11:32.054Z (about 1 year ago)
- Topics: esp-rest, esp32, http-client, https, request
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP-REQUEST Application
Sample application for [esp-request](https://github.com/tuanpmt/esp-request)
## Usage
```
make menuconfig
Application configuration -> set WIFI SSID and WIFI PASSWORD
make flash monitor
```