mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-19 09:16:41 +00:00
Use default font for oobe
This commit is contained in:
parent
a66482b89f
commit
bc3b229279
@ -185,11 +185,11 @@ static void oobeSetupQR(const char * ssid, const char * pass)
|
|||||||
static void oobeSetupSsid(void)
|
static void oobeSetupSsid(void)
|
||||||
{
|
{
|
||||||
lv_font_t * defaultfont;
|
lv_font_t * defaultfont;
|
||||||
#if defined(ARDUINO_ARCH_ESP32)
|
// #if defined(ARDUINO_ARCH_ESP32)
|
||||||
defaultfont = &lv_font_montserrat_12;
|
// defaultfont = &lv_font_montserrat_12;
|
||||||
#else
|
// #else
|
||||||
defaultfont = LV_FONT_DEFAULT;
|
defaultfont = LV_FONT_DEFAULT;
|
||||||
#endif
|
// #endif
|
||||||
|
|
||||||
lv_coord_t leftmargin, topmargin, voffset;
|
lv_coord_t leftmargin, topmargin, voffset;
|
||||||
lv_align_t labelpos;
|
lv_align_t labelpos;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user