This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
4370d93226
RIOT
/
examples
/
gnrc_border_router
/
Makefile.wifi.conf
3 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
cpu/esp_common: use generic WIFI_SSID/WIFI_PASS defines
2023-02-17 15:18:48 +01:00
CFLAGS
+=
-DWIFI_SSID
=
\"
$(
WIFI_SSID
)
\"
CFLAGS
+=
-DWIFI_PASS
=
\"
$(
WIFI_PASS
)
\"
Copy Permalink