Skip to content

Commit

Permalink
cpu/esp8266: enable colored output with log_color
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Nov 14, 2019
1 parent 0183e3c commit 23f4c60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpu/esp8266/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ endif
ifneq (, $(filter esp_wifi, $(USEMODULE)))
USEMODULE += netdev_eth
endif

ifneq (,$(filter log_color,$(USEMODULE)))
USEMODULE += esp_log_colored
endif

0 comments on commit 23f4c60

Please sign in to comment.