From 52cb240d50a31603bd43a4fdb0afac8748e50f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Br=C3=A4uer?= Date: Mon, 6 Jan 2020 17:07:55 +0100 Subject: [PATCH] Add instructions how to build and execute with `esp-wroom-32` --- Makefile | 1 - README.md | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f46397d..48422e9 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1 @@ include $(RIOTBASE)/Makefile.base - diff --git a/README.md b/README.md index f5ddb36..54cd62d 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,12 @@ Enter shell and execute: ### ESP-WROOM-32 Add following lines to your Makefile (Replace `` and `` by WIFI-Access-Point data): - 1. `USEMODULE += esp_wifi` - 2. `CFLAGS += -DESP_WIFI_SSID=\"\"` - 3. `CFLAGS += -DESP_WIFI_PASS=\"\"` + +```Makefile +USEMODULE += esp_wifi +CFLAGS += -DESP_WIFI_SSID=\"\" +CFLAGS += -DESP_WIFI_PASS=\"\" +``` Enter shell and execute: