This website works better with JavaScript.
Explore
Help
Sign In
espterm
/
espterm-firmware
Watch
1
Star
0
Fork
You've already forked espterm-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
420
Commits
4
Branches
45
Tags
3.9 MiB
Tag:
Branch:
Tree:
c4d399ccb0
http-comm
master
new-codepages
work
0.1
0.2
0.3
0.4
0.5
0.5.1
0.5.2
0.5.3
0.5.4
0.5.5
0.5.6
0.6.0-beta
0.6.1
0.6.10
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.6.7
0.6.8
0.6.9
0.7.0
0.7.1
1.0.0-beta
1.0.1
1.0.2
1.1.0
1.1.0-beta
1.1.0-rev2
1.1.1
1.1.2
2.0.0
2.1.0
2.1.0-beta
2.1.0-beta2
2.1.0-beta2-real
2.1.0-beta3
2.1.1-cs
2.2.0
2.3.0
2.3.0-hu1
2.3.0-hu2
2.3.0-pre1
2.3.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c4d399ccb0'
${ noResults }
Commit Graph
30 Commits (c4d399ccb0c2c58e2fdbf040826a7740a7c4f820)
Author
SHA1
Message
Date
Ondřej Hruška
4c2421121f
moved funcs to flash to make it build again, reduced logging buffer, disabled some logging; add missing files
7 years ago
Ondřej Hruška
c838883e69
back-end for
#123
7 years ago
Ondřej Hruška
1d6d6ee228
Implement initial load through websocket to cut one unnecessary HTTP GET that caused conn pool overflow. Increased reload / retry delays to reduce server spamming by poorly loaded client.
7 years ago
Ondřej Hruška
48cd9c1a2a
fine-tuned upload system
7 years ago
Ondřej Hruška
3f198f8360
fix parser bug with bell & broken mouse tracking sgr reporting for movement with button
7 years ago
Ondřej Hruška
0af62f47e6
configurable button codes
7 years ago
Ondřej Hruška
023a2db01a
off by one
7 years ago
Ondřej Hruška
5f6566a6fd
implemented loopback option SRM
7 years ago
Ondřej Hruška
daba5340f7
fixes and tweaks. implemented polling reload on HB loss
7 years ago
Ondřej Hruška
a82e14961c
RAM tuning
7 years ago
Ondřej Hruška
7aa3cd7f75
working mouse
7 years ago
Ondřej Hruška
58ed6098c4
untested impl of mouse tracking modes
7 years ago
Ondřej Hruška
4edaa0687d
Implemented heartbeat
7 years ago
Ondřej Hruška
423022b8bc
Fixed the DECCOLM bug (not clearing screen etc) and a scrolling up not erasing freed lines bug
7 years ago
Ondřej Hruška
dd68c112b0
implemented scrolling region and origin mode
7 years ago
Ondřej Hruška
73c943bb97
throttle screen redraw via cooldown, setting 10/30 largely eliminates dropped bytes
7 years ago
Ondřej Hruška
357c81ba07
added async buffers for uart0, maybe improved byte drop ratio
7 years ago
Ondřej Hruška
5c57ea3b28
Logging is now toggleable and updates are postponed if socket is busy
7 years ago
Ondřej Hruška
5995988a9b
BEEEEEEEEEEEEEEEEEP
7 years ago
Ondřej Hruška
9cac029e58
implemented numpad alt mode, fn keys alt mode and cursor alt mode
7 years ago
Ondřej Hruška
e48180ac10
more commands and glitches fixed, better debug messages, discard bad unicode
7 years ago
Ondřej Hruška
f8c60b0668
parser timeout, better checksum checking and struct stuffing, shaved some bytes off RAM
7 years ago
Ondřej Hruška
4551ad6dbe
added info about the new commands to help. also e]FRa is removed bc it is no longer useful for anything
7 years ago
Ondřej Hruška
16f81cd411
Fix issue with buffer overflow for too large screen updated too fast
8 years ago
Ondřej Hruška
1d891dd313
added a 20 ms delay before sending WS update, improves performance when user repains entire screen quickly - just 1 update
8 years ago
Ondřej Hruška
f7edbf19b0
I'm an idiot
8 years ago
Ondřej Hruška
1d52cd551a
implemented mouse input, CSI6n cmd, added sass cmd to build_web.sh
8 years ago
Ondřej Hruška
1a33084041
most of the wifi functionality working, + new style
8 years ago
Ondřej Hruška
b31f3b9335
working debug on uart1 & fixed other issues
8 years ago
Ondřej Hruška
b0d3c55bbb
attempt to fix uart1 but nnot working
8 years ago
Ondřej Hruška
c2593c2207
implemented browser-esp comm; uart1 not working for some reason
8 years ago