Skip to content

Commit 16f901f

Browse files
committed
Make master functional again - new IDF hash and bugfix modbadge
1 parent cf9966c commit 16f901f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esp32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ESPCOMP = $(ESPIDF)/components
3838
ESPTOOL ?= $(ESPCOMP)/esptool_py/esptool/esptool.py
3939

4040
# verify the ESP IDF version
41-
ESPIDF_SUPHASH := 0d4b691a3fbf01061a5a06ca03db08b15e462e67
41+
ESPIDF_SUPHASH := d230dbccf4af26c732b748571b89178556dc20c5
4242
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
4343
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
4444
$(info ** WARNING **)

esp32/modbadge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_3(badge_nvs_set_u16_obj, badge_nvs_set_u16_);
206206
// E-Ink (badge_eink.h)
207207

208208
STATIC mp_obj_t badge_eink_init_() {
209-
badge_eink_init(BADGE_EINK_DEFAULT);
209+
badge_eink_init();
210210
return mp_const_none;
211211
}
212212
STATIC MP_DEFINE_CONST_FUN_OBJ_0(badge_eink_init_obj, badge_eink_init_);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy