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: