Commit Graph
132 Commits
Author SHA1 Message Date
martin-ger a6300b171c New compile for SDK 2.2 2018-12-09 19:45:46 +01:00
Martin Ger 5961a2d6bb build with SDK 2.2 2018-11-12 13:46:19 +01:00
Martin Ger 0df08ede2f Changes back due to startup problems 2018-11-11 20:03:21 +01:00
Martin Ger 594d15e7fa new binaries 2018-11-09 13:42:51 +01:00
Martin Ger 998b50a5ab User web page 2018-11-09 12:55:44 +01:00
Martin Ger 9c231e3e73 no external enc28j60 sw int callbacks 2018-11-08 15:57:04 +01:00
Andrew J. Kroll 830c8b6994 Run enc28j60 reads in seperate task 2018-11-07 10:46:49 -05:00
Martin Ger 47d37b4090 new lib 2018-11-06 10:55:16 +01:00
Martin Ger fe0d020253 removed prints 2018-11-05 20:04:56 +01:00
Martin Ger f363acd7a5 first tests enc polling 2018-11-05 18:56:45 +01:00
Martin Ger 784c1cf80e add xxxajk's latest fixes in lwip lib 2018-11-04 09:53:39 +01:00
Martin Ger 9356b09f4d HW-RESET of ENC28J60 2018-10-24 15:40:27 +02:00
Martin Ger bd7ccf4763 precompiled lwip lib 2018-10-15 17:43:28 +02:00
Andrew J. Kroll 5780299f8c Enhancements
Remove execute permissions from source files
Add sub-make to build lwip ensuring it is not out of date and contains sane options.
Force add XTENSA_TOOLS_ROOT to search path in Makefile.
Add some useful targets in Makefile.
Add DHCP server support on ENC28J60.
Remove all out of date and unused files.
Add Symlink to lwip netif include directory.
Remove outdated lwip include directory and replace it with a symlink to reduce source bloat.

TO-DO: Remove need for symlinks and just point to the header directories instead by using a variable in the Makefile.

NOTE: Assumes dependencies are installed in the parent directory of the source, including libraries and build tools.
2018-10-14 04:51:36 -04:00
Martin Ger e66f61afaf Cleanup in GPIO code, no DNS responder code 2018-09-13 11:23:33 +02:00
Martin Ger 98762fbd5e OTA output to TCP 2018-09-12 22:27:21 +02:00
Martin Ger 5d7220d306 Fixed split HTTP Headers 2018-09-12 11:31:18 +02:00
Martin Ger 2f1b731a2c OTA update 2018-09-11 23:28:29 +02:00
Chris Christensen 24e7df2864 Update memory location and OTA output. 2018-09-03 20:40:10 -07:00
Chris Christensen a14c93b40f Add default/vanilla OTA support based on rboot-sample. 2018-09-03 17:05:03 -07:00
Chris Christensen a5461e5bd8 Add rboot support: build and memory mapping. 2018-08-31 20:40:40 -07:00
Martin Ger f3c2990112 status topic in cb 2018-08-09 00:10:52 +02:00
Martin Ger 5127c917ce LWT added in MQTT client 2018-08-08 18:12:37 +02:00
Martin Ger 334a3d26cb sta passwd from web config 2018-07-30 20:38:39 +02:00
Martin Ger e1f3e7465e Fixes in Web interface 2018-07-23 17:45:14 +02:00
Martin Ger 3bed461147 fix delayed deep sleep 2018-07-18 20:47:30 +02:00
Martin Ger a001a0ca94 delayed deep sleep 2018-07-18 20:29:59 +02:00
Martin Ger 4f55a9ca33 reset wait; early init of WiFi STA 2018-07-18 20:01:15 +02:00
Martin Ger 07f9da0b9c Binaries with mobile-friendly layout 2018-06-24 09:43:59 +02:00
Reza ArifandieandGitHub 3370112834 Added meta tags for mobile device support.
Hi, i notice that the html file looks so small on my phone. So i added a meta tags that will make the page looks nicer on high resolution phones.
2018-06-22 20:10:31 +07:00
Martin Ger dac5e8b78e more generic DNS (experimental) 2018-06-22 10:15:30 +02:00
Martin Ger fda608502d first checkin DNS responder 2018-06-22 09:24:25 +02:00
Martin Ger d7e43d22e5 fix strcmp 2018-06-17 13:08:50 +02:00
Martin Ger c4725e8e86 Fix in init_data 2018-06-07 08:36:51 +02:00
Martin Ger a2057cbef9 Added Cicero's esp_init_data_default init 2018-06-06 22:26:53 +02:00
Martin Ger a299620578 SoftAP on in Automesh operational 2018-06-01 19:05:34 +02:00
Martin Ger f7fff4c744 Default compile without ENC28J60 support 2018-06-01 14:54:32 +02:00
Martin Ger 64af79b427 fixed #196 2018-05-20 12:17:30 +02:00
Martin Ger d67cc5cb02 Fixed HW MAC 2018-05-11 14:29:49 +02:00
Martin Ger 2c05f6fa28 Included #192 2018-05-01 13:22:22 +02:00
Martin Ger 827999f60c Fixed #187 2018-04-22 13:01:01 +02:00
Martin Ger b7bfcc8740 Updated help 2018-04-20 10:15:28 +02:00
Martin Ger a9c24f6285 fixed include espenc.h 2018-04-16 18:27:14 +02:00
Martin Ger 734fb56310 web_port temp fix 2018-04-15 22:39:47 +02:00
Martin Ger a789e8505d forward all source ports 2018-04-11 16:44:46 +02:00
Martin Ger 26f4dab178 More ENC28J60 support 2018-04-05 13:52:59 +02:00
Martin Ger a8b9423daa fix in MAC read, initial ENC28J60 support 2018-04-04 23:00:38 +02:00
Martin Ger 45f3eb0afe random STA MAC addr 2018-04-01 13:01:23 +02:00
Martin Ger d25bd22654 added daily limit 2018-04-01 00:29:37 +02:00
martin-gerandGitHub 99e7c2daca Update user_main.c 2018-03-28 10:01:26 +02:00