Skip to content

Commit f4bdd6a

Browse files
committed
readme updated with new features
1 parent 6fb4b56 commit f4bdd6a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@ This repository contains code to control Raspberry Pi Pico, ESP8266, ESP32 or ot
66

77
## Features
88

9-
- Serve static web pages from your Raspberry Pi Pico
9+
- Serve static and dynamic web pages from your Raspberry Pi Pico
1010
- Run Python functions on your microcontroller device from a web browser
1111
- Create dynamic web pages with live data from your Pico or other Microcontroller
12+
- Blink the IP address using the built-in LED, handy when you're out in the field with no screen or computer
13+
- Display a file and folder list of your root directory with an attractive and responsive user interface
14+
- End-to-end examples showcasing various functionalities
15+
- Easily customizable codebase
1216

1317
## Setup
1418

1519
1. Make sure you have MicroPython on your Pico
1620
2. Clone this repository
1721
3. Copy the code to your Pico
18-
4. Edit `config.py` with your Wi-Fi details
22+
4. Edit `config.py` with your Wi-Fi details and IP blink options
1923
5. Run `main.py` and look for the IP address of your web server
24+
6. Point your browsers to http://<YOUR_IP>
2025

2126
## Documentation
2227

0 commit comments

Comments
 (0)