MCPcopy 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
55size_t Logger::write(uint8_t c) {
56 wsSerial(String((char)c));
57 return 1;
58}
59
60size_t Logger::write(const uint8_t* buffer, size_t size) {
61 wsSerial(String((const char*)buffer, size));

Callers 15

patch_fileFunction · 0.45
cmdsendFunction · 0.45
create_full_fwFunction · 0.45
send_cmdFunction · 0.45
wait_for_promptFunction · 0.45
dump_flashFunction · 0.45
patch_macFunction · 0.45
write_tagsettingsFunction · 0.45
write_input_filesFunction · 0.45
addsplashFunction · 0.45
send_cmdFunction · 0.45
read_from_serialFunction · 0.45

Calls 1

wsSerialFunction · 0.85

Tested by

no test coverage detected