716 Commits

Author SHA1 Message Date
Brian Clemens
cf329e8b84 Vim 2020-02-20 08:33:28 -08:00
Yukai Li
75448fdeb9 Change reset line high output to no output 2020-01-20 13:36:01 -08:00
Fabio
09474e6734 Changed to shebang
Shebang is now compatible with Python 2.x and Python 3.x
2019-08-03 07:32:17 -07:00
Fabio
1cfbc51317 Changed compatibility for Python 2, added license 2019-08-03 07:32:17 -07:00
mr-sven
697e6b5c22 Changed argument getter with sizeof 2019-08-02 09:07:38 -07:00
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?
2019-08-02 09:04:03 -07:00
Tyler Anderson
cba426021d Ensure MDNS broadcasts go out on whatever interfaces we are using 2019-08-02 09:02:10 -07:00
Bartlomiej Zimon
ef3d68d8f0 change length for mqtt username and password
fix for #450

Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
2019-08-02 08:58:48 -07:00
Bartlomiej Zimon
5995df787d add soft-ap channel option
fix for #345 and #453

Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
2019-08-02 08:58:48 -07:00
Bartlomiej Zimon
84fd0a3a58 Change MQTT password to 64 chars, fixes #356 2019-08-02 08:58:48 -07:00
Bartlomiej Zimon
9d5bfffc14 - add ajax /console/clear - fix #348 2019-08-02 08:58:48 -07:00
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
2019-08-02 08:58:48 -07:00
Fabio
d189a1b3fa Cross compatibility script to upload ATmega2560 (#457)
-> Issue #456 
-> Works with python 2 & 3
-> Works on Linux & Windows
2019-08-01 23:15:37 -07:00
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.
2018-01-03 16:45:29 -08:00
Thorsten von Eicken
e57f29c019 remove rs485 support due to boot issues (us timer?) 2017-07-28 08:32:03 -07:00
Thorsten von Eicken
b6c244175b update Dockerfile for SDK2.1.0 2017-07-27 22:27:53 -07:00
Thorsten von Eicken
9c6530d6f0 add megaflash and bootloader 1.7 into release tgz v3.2.47.alpha 2017-06-19 07:10:51 -07:00
Thorsten von Eicken
5f56a47436 fix uart init v3.2.46.alpha 2017-06-18 21:45:24 -07:00
Thorsten von Eicken
9e8bba88ba fix REST_SetHeader, fixes #276 V3.2.45.alpha 2017-06-17 20:52:28 -07:00
Thorsten von Eicken
d94628cbe6 try 6 to fix travis build V3.2.44.alpha 2017-06-17 19:01:34 -07:00
Thorsten von Eicken
b150d3d026 try 5 to fix travis build 2017-06-17 18:53:14 -07:00
Thorsten von Eicken
cbe22ba844 try 4 to fix travis build 2017-06-17 18:50:36 -07:00
Thorsten von Eicken
0d3f35b46b try 3 to fix travis build 2017-06-17 18:46:59 -07:00
Thorsten von Eicken
1c79a91cbb try 2 to fix travis build 2017-06-17 18:45:30 -07:00
Thorsten von Eicken
5b7e1a9d8d try to fix travis build 2017-06-17 18:40:18 -07:00
Thorsten von Eicken
5d0e51f2c1 fix optiboot: it accumulated too much from failed attempts V3.1.85.alpha 2017-06-17 17:59:47 -07:00
Thorsten von Eicken
02599ab172 try 2 to fix travis 2017-06-17 08:02:35 -07:00
Thorsten von Eicken
29bb7df98f try to fix travis 2017-06-17 07:56:01 -07:00
Thorsten von Eicken
f20d4d158f update to SDK2.1 and fix a few merge issues 2017-06-15 22:15:00 -07:00
Thorsten von Eicken
5c08f980da Merge branch 'master' into deece-rs485 2017-06-15 21:59:46 -07:00
Thorsten von Eicken
dbe495968b merge rs485 branch 2017-06-15 21:39:41 -07:00
cskarai
a59d4c3177 Segment huge packets at TCP receive (#213) 2017-06-15 20:54:42 -07:00
dannybackx
bc87885a5f Bits and pieces for flashing an Arduino Mega. (#290) 2017-06-15 20:52:47 -07:00
Thorsten von Eicken
c0cd698860 remove malloc where not needed 2017-06-15 20:45:50 -07:00
dannybackx
6bdfaf933e Query ip (#289)
* Following tve's guidelines to submit the changes for query-ip, I think.
2017-06-15 20:36:37 -07:00
Thorsten von Eicken
fa5bafbced Merge pull request #236 from dfries/master
use xtensa-lx106-elf-size to print section sizes
2017-05-24 21:02:43 -07:00
Thorsten von Eicken
a705777b01 Merge pull request #249 from igittigitt/master
Added support for Telnet commands to generate BREAK
2017-05-24 21:01:07 -07:00
Alastair D'Silva
fa6fa92df3 New flash entries should be added at the end 2017-02-14 10:34:21 +11:00
Alastair D'Silva
2bac83278a New flash entries should be added at the end 2017-02-14 10:33:53 +11:00
Alastair D'Silva
b87c7a239c Fix bad merge
Add missing syntax
2017-02-14 10:32:56 +11:00
Alastair D'Silva
acc7c90575 Merge branch 'master' into rs485 2017-02-14 10:31:04 +11:00
Oliver
4bb78e3ec2 Typo error in "PurgeData" constant 2017-01-23 16:52:44 +01:00
Oliver
11d8364164 Added PURGE_DATA 2017-01-17 13:40:42 +01:00
igittigitt
0ce029b16a Local changes and compiler warning 2017-01-17 04:41:58 -08:00
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.
2017-01-17 12:20:45 +01:00
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".
2017-01-16 16:37:53 +01:00
Thorsten von Eicken
5f425b2507 Merge pull request #245 from ddwang/master
fixed compiler warnings
2017-01-12 18:53:56 -08:00
Daniel Wang
8a13d21c67 fixed compiler warnings 2017-01-12 12:44:13 -08:00
Thorsten von Eicken
b17ac315ca Merge pull request #244 from igittigitt/master
Bugfix for issue #239 (setting baudrate via NVT)
2017-01-11 17:51:35 -08:00
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.
2017-01-11 22:56:33 +01:00