Skip to content

Commit d15687a

Browse files
docs: Clarify PlatformIO configuration purpose and add local setup instructions to README.
1 parent eb7b2bf commit d15687a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,13 @@ pio test -e native
401401

402402
# Format code
403403
pio run -t format
404+
405+
# Note: If running locally, ensure you have PlatformIO installed.
406+
# You may need to use a virtual environment if your system manages python packages externally:
407+
# python3 -m venv venv
408+
# source venv/bin/activate
409+
# pip install platformio
410+
# pio run -e esp32
404411
```
405412

406413
### Code Style

platformio.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; WiBLE PlatformIO Configuration
2+
; This file is used for CI/CD and local development/testing of examples.
3+
14
[env:esp32]
25
platform = espressif32
36
board = esp32dev

0 commit comments

Comments
 (0)