MCPcopy Create free account
hub / github.com/OpenEPaperLink/OpenEPaperLink / wsSerial

Function wsSerial

ESP32_AP-Flasher/src/web.cpp:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void wsSerial(const String &text) {
266 wsSerial(text, String(""));
267}
268
269void wsSerial(const String &text, const String &color) {
270 JsonDocument doc;

Callers 15

flasherDataHandlerFunction · 0.85
processFlasherCommandFunction · 0.85
firmwareUpdateTaskFunction · 0.85
updateFirmwareFunction · 0.85
handleRollbackFunction · 0.85
C6firmwareUpdateTaskFunction · 0.85
handleUpdateActionsFunction · 0.85
flash_binaryFunction · 0.85
downloadAndWriteBinaryFunction · 0.85
FlashC6_H2Function · 0.85
writeMethod · 0.85
printfMethod · 0.85

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected