dannybackx
6bdfaf933e
Query ip ( #289 )
...
* Following tve's guidelines to submit the changes for query-ip, I think.
8 years ago
Thorsten von Eicken
fa5bafbced
Merge pull request #236 from dfries/master
...
use xtensa-lx106-elf-size to print section sizes
8 years ago
Thorsten von Eicken
a705777b01
Merge pull request #249 from igittigitt/master
...
Added support for Telnet commands to generate BREAK
8 years ago
Oliver
4bb78e3ec2
Typo error in "PurgeData" constant
8 years ago
Oliver
11d8364164
Added PURGE_DATA
8 years ago
igittigitt
0ce029b16a
Local changes and compiler warning
8 years ago
Oliver
3ef8dd6820
do not wait for TX-FIFO
...
Waiting for the FIFO to flush may cause watchdog resets.
Now, just ensure thats FIFO is empty bevore raising BREAK. Also only handle BRK_OFF if BRK_ON was issued before.
8 years ago
Oliver
1910386729
Added support for Telnet commands to generate BREAK
...
BREAK could be generated through Telnet command syntax (see RFC2217) by
offering "Set BREAK state ON", "Set BREAK state OFF" and "Request BREAK
state".
8 years ago
Thorsten von Eicken
5f425b2507
Merge pull request #245 from ddwang/master
...
fixed compiler warnings
8 years ago
Daniel Wang
8a13d21c67
fixed compiler warnings
8 years ago
Thorsten von Eicken
b17ac315ca
Merge pull request #244 from igittigitt/master
...
Bugfix for issue #239 (setting baudrate via NVT)
8 years ago
Oliver
5d27848690
Bugfix for issue #239 (setting baudrate via NVT)
...
According to https://github.com/jeelabs/esp-link/issues/239 this commit
fixes a bug, when setting baudrate from Telnet control commands (NVT)
more than once.
8 years ago
David Fries
c28227d580
use xtensa-lx106-elf-size to print section sizes
...
This prints more sections than the ls was and seems like a more
appropriate way to print them, the grap removes debug sections (they
address of 0) and blank lines. This also avoids printing **, which is
the characters make uses to indicate an failure.
8 years ago
Thorsten von Eicken
963ffbb7f9
try #2 to fix versioning in Makefile
8 years ago
Thorsten von Eicken
5d5535a7a9
try to fix versioning in Makefile
8 years ago
Thorsten von Eicken
b4595eb792
fix uart settings via telnet and ajax
8 years ago
Thorsten von Eicken
8fbb639b72
block MQTT during avrflash, fixes #179
8 years ago
Thorsten von Eicken
23e0e35ca4
makefile release tweak
8 years ago
Thorsten von Eicken
dfe9875a02
telnet tweaks
8 years ago
Thorsten von Eicken
de0a093aa7
add telnet codes for serial port config
8 years ago
Thorsten von Eicken
5efbf32658
fix scanning after clean flash, fixes #218
8 years ago
Thorsten von Eicken
2cc9fa1592
fix mdns txt record bug
8 years ago
Thorsten von Eicken
85ab6843fe
change version detection in makefile
8 years ago
Thorsten von Eicken
c7aa75e800
switch mdsn record
8 years ago
Thorsten von Eicken
80eb756a78
switch to lwip_536; minor fixes
8 years ago
hetii
b3d8072bae
Add missing baudrate settings. ( #216 )
8 years ago
Thorsten von Eicken
0df16c98ac
fix flashing instructions, fixes #207
8 years ago
Thorsten von Eicken
d0377bdf25
add note about boot_v1.5 bug
8 years ago
Thorsten von Eicken
afa1bb6599
link to avrdude 6.3 release notes for windows, closes #130
8 years ago
Thorsten von Eicken
aa5759d454
add mdns txt record for arduino per #184
8 years ago
Thorsten von Eicken
68fd831f19
document flashing HW, closes #192
8 years ago
Thorsten von Eicken
5a037a2c4c
document telnet timeout, closes #197
8 years ago
Thorsten von Eicken
3cb55b5648
fix serial LED, fixes #199
8 years ago
Thorsten von Eicken
64fb2323c3
Update docs and split up the main readme ( #200 )
8 years ago
Thorsten von Eicken
9515ea538f
Merge pull request #196 from cskarai/cmd_resp_cb
...
Web-Server to use CMD_RESP_CB + form submit segmentation
8 years ago
cskarai
1cd8363834
Fixed: missing os_sprintf %s
8 years ago
cskarai
491931b7d2
Web-Server to use CMD_RESP_CB
8 years ago
Thorsten von Eicken
7c085d58b1
fix Makefile snafu
8 years ago
Thorsten von Eicken
b652fb42db
update Makefile not to download tools jars
8 years ago
Thorsten von Eicken
e5f848ebea
remove extra file
8 years ago
Thorsten von Eicken
febfbdd262
fix makefile; remove unintended build files
8 years ago
Thorsten von Eicken
6659f0ed21
resolve merge conflicts from beegee's branch
8 years ago
Thorsten von Eicken
4222cbf12a
Merge branch 'syncreset'
8 years ago
Thorsten von Eicken
65ba42d5ee
fix MQTT start-up
8 years ago
Thorsten von Eicken
ba656e0829
fix dockerfile
8 years ago
cskarai
7d6206f2d0
Added: link to the sample video
8 years ago
cskarai
f8eb0aa010
Updated documentation
8 years ago
cskarai
983fd549c1
Use multiple upload instead of espfs image
8 years ago
Thorsten von Eicken
c67750ad18
add support to reset slip communication
8 years ago
beegee-tokyo
a9df22e51f
Workaround for missing realtime_stamp
8 years ago