Files
platform-ststm32/examples/stm32cube-hal-wifi-client
2022-05-28 16:47:54 +03:00
..
2022-03-31 14:22:40 +03:00
2022-03-31 14:22:40 +03:00

How to build PlatformIO based project

  1. Install PlatformIO Core
  2. Download development platform with examples
  3. Extract ZIP archive
  4. Run these commands:
# Change directory to example
$ cd platform-ststm32/examples/stm32cube-hal-wifi-client

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Clean build files
$ pio run --target clean