From 761a4930825ac9158242281b064a3d6e4f8600aa Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Fri, 19 Aug 2016 09:19:26 -0400 Subject: [PATCH] Bump submodule and add command for initializing with submodule in case you forgot to pull recursive --- embedded8266/Makefile | 6 ++++++ embedded8266/esp82xx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/embedded8266/Makefile b/embedded8266/Makefile index 9292050..042386c 100644 --- a/embedded8266/Makefile +++ b/embedded8266/Makefile @@ -11,3 +11,9 @@ SRCS += user/ws2812_i2s.c \ LDFLAGS_CORE += -Wl,-Map,output.map + +#Useful git commands + +init_submodule : + git submodule update --init --recursive + diff --git a/embedded8266/esp82xx b/embedded8266/esp82xx index 7f65351..4cb95b1 160000 --- a/embedded8266/esp82xx +++ b/embedded8266/esp82xx @@ -1 +1 @@ -Subproject commit 7f653516469b9460d4f50477d17d50ea3162c5a8 +Subproject commit 4cb95b1f3927128d2e977d3c1b33fea81203804d