Skip to content

Commit c1e38fb

Browse files
marcnausebessman
andauthored
Update src/ESP01Firmware/ESP01Firmware.ino
Co-authored-by: Alexander Bessman <bessman@users.noreply.github.com>
1 parent 31f22f0 commit c1e38fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ESP01Firmware/ESP01Firmware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void setup() {
1313

1414
WiFi.setSleepMode(WIFI_NONE_SLEEP);
1515

16-
WiFi.softAP(ssid + getSuffix(), password);
16+
WiFi.softAP(ssid + get_suffix(), password);
1717

1818
server.begin();
1919
}

0 commit comments

Comments
 (0)