Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEPaperLink/OpenEPaperLink
/ write
Method
write
ESP32_AP-Flasher/src/webflasher.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
size_t Logger::write(uint8_t c) {
56
wsSerial(String((char)c));
57
return 1;
58
}
59
60
size_t Logger::write(const uint8_t* buffer, size_t size) {
61
wsSerial(String((const char*)buffer, size));
Callers
15
patch_file
Function · 0.45
cmdsend
Function · 0.45
create_full_fw
Function · 0.45
send_cmd
Function · 0.45
wait_for_prompt
Function · 0.45
dump_flash
Function · 0.45
patch_mac
Function · 0.45
write_tagsettings
Function · 0.45
write_input_files
Function · 0.45
addsplash
Function · 0.45
send_cmd
Function · 0.45
read_from_serial
Function · 0.45
Calls
1
wsSerial
Function · 0.85
Tested by
no test coverage detected