Marcel Stör
4c6c9d3380
Mention LFS in intro
...
Contributes to #2431
2018-07-24 23:16:58 +02:00
Marcel Stör
8505362f2a
Rewrite intro for README
...
Fixes #2418
2018-07-24 23:06:54 +02:00
Marcel Stör
2e202796b8
Fix LFS Markdown syntax
...
Contributes to #2432
2018-07-23 23:03:28 +02:00
Terry Ellison
a405fea474
Merge pull request #2432 from vsky279/lfs-tutorial
...
Adding "LFS Quick Start" section in the documentation
2018-07-23 16:32:01 +01:00
Nathaniel Wesley Filardo
fd745e0981
Espressif SDK v2.2.1 ( #2401 )
...
Minimally build and boot tested, but the changes look pretty boring
2018-07-20 23:07:16 +02:00
Lukáš Voborský
3f8faf8e55
Update lfs.md
2018-07-18 22:51:14 +02:00
Lukáš Voborský
36029a08e1
Update lfs.md
2018-07-18 22:46:46 +02:00
Lukáš Voborský
c39891f9de
Adding "LFS Quick Start" section
2018-07-16 23:08:08 +02:00
Gregor Hartmann
2d2c189a66
Add checking of Lua sources to travis build ( #2423 )
2018-07-16 07:48:47 +02:00
TerryE
04981f7369
Add cygwin support for compiling spiffsimg
2018-07-10 12:46:05 +01:00
Terry Ellison
727ff91155
Merge pull request #2422 from HHHartmann/fix_ftpserver
...
Small typo in ftp server fails compilation
2018-07-09 09:53:14 +01:00
Gregor
520b853bf4
Small typo in ftp server fails compilation
...
There sneaked in an 'o' at the beginning of the file
2018-07-09 01:19:19 +02:00
Terry Ellison
fd8181d75c
Merge pull request #2421 from jedrzejj/dev
...
Fixed missing wifi module name.
2018-07-08 20:24:39 +01:00
Jedrzej Jajor
46236dd091
Fixed missing wifi module name.
2018-07-08 16:13:11 +02:00
Terry Ellison
790adedc2c
Merge pull request #2416 from TerryE/dev-telnet
...
New Telnet module
2018-07-04 22:49:52 +01:00
Terry Ellison
fd8b536c15
Merge pull request #2417 from TerryE/dev-ftp
...
New FTP module
2018-07-04 22:48:56 +01:00
Terry Ellison
5d1dae7f1e
Merge pull request #2419 from TerryE/dev-cygwin-luac
...
Add Cygwin support for app/lua/luac_cross make and spiffsimg
2018-07-04 16:20:25 +01:00
TerryE
7956a47bb4
Add Cygwin support for app/lua/luac_cross make and spiffsimg
2018-07-04 15:31:15 +01:00
TerryE
8dcc3c8a55
New FTP module
2018-07-02 03:22:15 +01:00
TerryE
c6ba33b749
New Telnet module
2018-07-01 23:42:45 +01:00
Marcel Stör
cb694d59af
Add note about Lua mDNS client
2018-07-01 21:28:08 +02:00
Marcel Stör
8dc6eb62df
Update comments
2018-06-30 21:50:38 +02:00
Marcel Stör
784058fa11
Work around RTD issue with new MkDocs
2018-06-30 21:13:15 +02:00
Marcel Stör
3f396cba22
Fix TOC structure and LCD/LFS links
2018-06-30 12:27:59 +02:00
Terry Ellison
27a83feb52
Merge pull request #2301 from TerryE/dev-LFS
...
LFS evaluation version -- second release
2018-06-29 12:21:32 +01:00
TerryE
a3c2f48fc9
Fix makefile whitespace as per dnc40085 review
2018-06-26 15:54:56 +01:00
TerryE
17ae6e20c7
Fix Travis build failure
2018-06-23 00:37:31 +01:00
TerryE
2ab061f510
merge current dev to resolve update conflcts in node.c
2018-06-22 22:44:19 +01:00
TerryE
4f21224d56
LFS patch updates following review II and testing
2018-06-22 22:29:16 +01:00
Gergo Huszty
2cc195d5c9
webap_toggle_pin.lua HTML warnings and typos fixed ( #2394 )
2018-06-04 13:16:20 +02:00
Terry Ellison
994e8faa2b
Merge pull request #2383 from dnc40085/dev_file.read()_retval_fix
...
Fix for lack of nil return in file.read() when EOF is reached
2018-05-27 10:52:25 +01:00
Arnim Läuger
7a54ae06c7
Set safe defaults for scan config ( #2378 )
2018-05-22 14:55:14 +02:00
dnc40085
07ced63969
Dev wifi/wifi_eventmon malloc/free update ( #2318 )
...
* updated wifi_eventmon to store events in LUA_REGISTRYINDEX
* updated wifi_eventmon debug comments
* Updated wifi.c to remove c_free()
In wifi_ap_listclient(app/modules/wifi.c), c_free() was replaced with
wifi_softap_free_station_info()
* Removed unnecessary line of code from app/modules/wifi_eventmon.c
2018-05-20 09:46:04 +02:00
dnc40085
dd02faef27
Add function node.getcpufreq() ( #2375 )
2018-05-20 09:38:33 +02:00
dnc40085
cbcb1b1a9f
Fixed lack of nil return in file.read() when EOF is reached
2018-05-18 22:08:42 -07:00
Arnim Läuger
914a4afc96
Fix MQTT connect leak ( #2368 )
...
* fix application of patch 0018-feat-espconn-Modification-for-espconn.patch in #2269
espconn_tcp_reconnect() was removed instead of espconn_list_delete()
2018-05-15 20:55:31 +02:00
dnc40085
106841c26c
Add message indicating that node.sleep() was disabled during build. ( #2367 )
2018-05-08 22:43:12 +02:00
dnc40085
6a261aecdb
Fixed bug that caused crash when printing wifi.suspend disabled msg ( #2365 )
2018-05-07 13:55:59 +02:00
Terry Ellison
3ec252df6a
Merge pull request #2357 from dnc40085/dev_cb_register_task_id_fix
...
Fixed coding errors in app/pm/swtimer.c
2018-04-27 19:19:35 +01:00
Terry Ellison
45fea23d66
Merge pull request #2322 from peturdainn/peturdainn-patch-1
...
fix for ds18b20 negative decimals
2018-04-27 11:35:07 +01:00
Marcel Stör
53e44d5ece
Add reference to deep sleep post for details
2018-04-26 22:56:43 +02:00
dnc40085
6069ebdc90
Update node.dsleep() to support longer deep sleep duration. ( #2358 )
...
* Update node.dsleep() to support longer deep sleep duration.
* Updated documentation for node.dsleepMax()
2018-04-26 22:45:24 +02:00
Marcel Stör
5e1ca234cc
Fix config reference
2018-04-24 13:58:10 +02:00
dnc40085
da2bc7395d
Changed out of memory response from system halt to system restart
2018-04-22 22:18:36 -07:00
dnc40085
2735426fc0
Removed pragma defines that were mistakenly left in
2018-04-22 22:02:55 -07:00
dnc40085
2e201cd835
Fixed coding errors in app/pm/swtimer.c
2018-04-22 18:36:23 -07:00
TerryE
4f7af452a8
corrections to dev merge
2018-04-20 02:34:52 +01:00
Terry Ellison
6db7414270
Merge branch 'dev' into dev-LFS
2018-04-19 16:43:55 +01:00
TerryE
88bd9e01d3
LFS patch updates following review
2018-04-19 16:27:47 +01:00
Marcel Stör
f427951f79
Editorial fix
2018-04-18 19:58:20 +02:00