Gitai
43e566b3de
Update style.css
...
A syntax error
5 years ago
Gitai
219e66ee4b
Update log.html
...
Fullscreen for log
5 years ago
Gitai
2729d64d3b
Update console.html
5 years ago
Gitai
99faca6659
Update style.css
...
Add fullscreen styles
5 years ago
Gitai
309abedc02
Update console.html
...
Add Fullscreen box and control elements.
5 years ago
Brian Clemens
cf329e8b84
Vim
5 years ago
Yukai Li
75448fdeb9
Change reset line high output to no output
5 years ago
Fabio
09474e6734
Changed to shebang
...
Shebang is now compatible with Python 2.x and Python 3.x
5 years ago
Fabio
1cfbc51317
Changed compatibility for Python 2, added license
5 years ago
mr-sven
697e6b5c22
Changed argument getter with sizeof
5 years ago
Florian Beier
3036a1f4cc
Add note on flash mode
...
Some modules require the flash mode to be `dio`, otherwise the module won't boot. I didn't know that at first and was wondering why my new ESP-12F module wouldn't boot. Maybe that is one reason why people are reporting none booting modules recently?
5 years ago
Tyler Anderson
cba426021d
Ensure MDNS broadcasts go out on whatever interfaces we are using
5 years ago
Bartlomiej Zimon
ef3d68d8f0
change length for mqtt username and password
...
fix for #450
Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
5 years ago
Bartlomiej Zimon
5995df787d
add soft-ap channel option
...
fix for #345 and #453
Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
5 years ago
Bartlomiej Zimon
84fd0a3a58
Change MQTT password to 64 chars, fixes #356
5 years ago
Bartlomiej Zimon
9d5bfffc14
- add ajax /console/clear - fix #348
5 years ago
Bartlomiej Zimon
03bea3dd2d
fix version
...
[me@here esp-link]$ git describe --tags --match 'v*.0' --long --dirty | sed -re 's/(\.0)?-/./'
v3.1.47-g9c6530d-dirty
[me@here esp-link]$ git describe --tags --match 'v*.*.*' --long --dirty | sed -re 's/(\.0)?-/./'
v3.2.47.alpha.0-g9c6530d-dirty
5 years ago
Fabio
d189a1b3fa
Cross compatibility script to upload ATmega2560 ( #457 )
...
-> Issue #456
-> Works with python 2 & 3
-> Works on Linux & Windows
5 years ago
Rasmus Lerdorf
fe4f565fe8
Mention how to use Ivan Grokhotkov's esptool ( #337 )
...
The native esptool available with a simple `apt-get install esptool` on Debian/Ubuntu and probably other distros can be used as well. Document the flags here.
7 years ago
Thorsten von Eicken
e57f29c019
remove rs485 support due to boot issues (us timer?)
7 years ago
Thorsten von Eicken
b6c244175b
update Dockerfile for SDK2.1.0
7 years ago
Thorsten von Eicken
9c6530d6f0
add megaflash and bootloader 1.7 into release tgz
8 years ago
Thorsten von Eicken
5f56a47436
fix uart init
8 years ago
Thorsten von Eicken
9e8bba88ba
fix REST_SetHeader, fixes #276
8 years ago
Thorsten von Eicken
d94628cbe6
try 6 to fix travis build
8 years ago
Thorsten von Eicken
b150d3d026
try 5 to fix travis build
8 years ago
Thorsten von Eicken
cbe22ba844
try 4 to fix travis build
8 years ago
Thorsten von Eicken
0d3f35b46b
try 3 to fix travis build
8 years ago
Thorsten von Eicken
1c79a91cbb
try 2 to fix travis build
8 years ago
Thorsten von Eicken
5b7e1a9d8d
try to fix travis build
8 years ago
Thorsten von Eicken
5d0e51f2c1
fix optiboot: it accumulated too much from failed attempts
8 years ago
Thorsten von Eicken
02599ab172
try 2 to fix travis
8 years ago
Thorsten von Eicken
29bb7df98f
try to fix travis
8 years ago
Thorsten von Eicken
f20d4d158f
update to SDK2.1 and fix a few merge issues
8 years ago
Thorsten von Eicken
5c08f980da
Merge branch 'master' into deece-rs485
8 years ago
Thorsten von Eicken
dbe495968b
merge rs485 branch
8 years ago
cskarai
a59d4c3177
Segment huge packets at TCP receive ( #213 )
8 years ago
dannybackx
bc87885a5f
Bits and pieces for flashing an Arduino Mega. ( #290 )
8 years ago
Thorsten von Eicken
c0cd698860
remove malloc where not needed
8 years ago
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
Alastair D'Silva
fa6fa92df3
New flash entries should be added at the end
8 years ago
Alastair D'Silva
2bac83278a
New flash entries should be added at the end
8 years ago
Alastair D'Silva
b87c7a239c
Fix bad merge
...
Add missing syntax
8 years ago
Alastair D'Silva
acc7c90575
Merge branch 'master' into rs485
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