Skip to content

Commit

Permalink
Add instructions how to build and execute with esp-wroom-32
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasBraeuer committed Jan 6, 2020
1 parent 39901fc commit 52cb240
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include $(RIOTBASE)/Makefile.base

9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ Enter shell and execute:

### ESP-WROOM-32
Add following lines to your Makefile (Replace `<SSID>` and `<PASSWORD>` by WIFI-Access-Point data):
1. `USEMODULE += esp_wifi`
2. `CFLAGS += -DESP_WIFI_SSID=\"<SSID>\"`
3. `CFLAGS += -DESP_WIFI_PASS=\"<PASSWORD>\"`

```Makefile
USEMODULE += esp_wifi
CFLAGS += -DESP_WIFI_SSID=\"<SSID>\"
CFLAGS += -DESP_WIFI_PASS=\"<PASSWORD>\"
```

Enter shell and execute:

Expand Down

0 comments on commit 52cb240

Please sign in to comment.