Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 054824a

Browse files
Alexanderme-no-dev
authored andcommitted
Fix server method typo in README (me-no-dev#280)
1 parent d366e7c commit 054824a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ ws.printfAll(arguments...);
942942
//printf_P to a client
943943
ws.printf_P((uint32_t)client_id, PSTR(format), arguments...);
944944
//printfAll_P to all clients
945-
ws.printf_P(PSTR(format), arguments...);
945+
ws.printfAll_P(PSTR(format), arguments...);
946946
//send text to a client
947947
ws.text((uint32_t)client_id, (char*)text);
948948
ws.text((uint32_t)client_id, (uint8_t*)text, (size_t)len);

0 commit comments

Comments
 (0)