Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
void wsSerial(const String &text) {
266
wsSerial(text, String(
""
));
267
}
268
269
void wsSerial(const String &text, const String &color) {
270
JsonDocument doc;
Callers
15
flasherDataHandler
Function · 0.85
processFlasherCommand
Function · 0.85
firmwareUpdateTask
Function · 0.85
updateFirmware
Function · 0.85
handleRollback
Function · 0.85
C6firmwareUpdateTask
Function · 0.85
handleUpdateActions
Function · 0.85
flash_binary
Function · 0.85
downloadAndWriteBinary
Function · 0.85
FlashC6_H2
Function · 0.85
write
Method · 0.85
printf
Method · 0.85
Calls
1
println
Method · 0.80
Tested by
no test coverage detected