This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//working | |
//4096b payload with headerToPayload=false | |
//8000b free memory before connect, 7704 after connect | |
//browser sees all 40 binary frames | |
write 4 left 0! | |
write 3840 left 256! | |
write 0 failed left 256! | |
write 0 failed left 256! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Title</title> | |
</head> | |
<body> | |
<label>ESP IP: <input id="ip" type="text" value="192.168.1.223"></label><br> | |
<button onclick="connect();">Connect</button><br> |