Skip to content

Commit

Permalink
Merge pull request #77 from n0xa/develop
Browse files Browse the repository at this point in the history
bump up font size in wifi scan
  • Loading branch information
n0xa committed Jan 27, 2024
2 parents 217bde7 + e9a77d1 commit e830c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m5stick-nemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ void wscan_result_loop(){
DISP.fillScreen(BGCOLOR);
DISP.setCursor(5, 1);
DISP.println(WiFi.SSID(cursor));
DISP.setTextSize(TINY_TEXT);
DISP.setTextSize(SMALL_TEXT);
DISP.printf(TXT_WF_CHANN, WiFi.channel(cursor));
DISP.printf(TXT_WF_CRYPT, encryptType);
DISP.print("BSSID:\n" + WiFi.BSSIDstr(i));
Expand Down

0 comments on commit e830c07

Please sign in to comment.