Karai Csaba
|
31fa743d14
|
Added: user page sections to config folder
|
8 years ago |
Karai Csaba
|
a85244d6fb
|
Refactored espfs to handle Flash source
|
8 years ago |
Nemanja Stefanovic
|
8c4c4928b1
|
Upgrade firmware from web interface (#174)
* enable firmware flashing from the web UI
* remove mqtt reference from flash JS
* remove dependency on nanoajax
|
8 years ago |
bitdump
|
c5513d063d
|
Adding the console uart format support (#189)
Some of the MCU use format other than 8N1.
Adding the support for other format.
|
8 years ago |
beegee-tokyo
|
87ea456883
|
Combined UDP and TCP functions into socket.c and socket.h
Signed-off-by: beegee-tokyo <bernd@giesecke.tk>
|
8 years ago |
beegee-tokyo
|
4e02ec4a13
|
Merge branch 'master' of https://github.com/beegee-tokyo/esp-link
|
8 years ago |
beegee-tokyo
|
b46eca6ff2
|
Combined UDP and TCP socket functions into one socket.c and socket.h
Signed-off-by: beegee-tokyo <bernd@giesecke.tk>
|
8 years ago |
beegee-tokyo
|
22b170ca63
|
Corrected error in debug message
|
8 years ago |
beegee-tokyo
|
e714be5915
|
Added functionality for UDP socket client, TCP socket client and server
Added tools (download links in Makefile are not working)
Adjusted Makefile
Adjusted .gitignore
|
8 years ago |
Thorsten von Eicken
|
4dcd61714b
|
Create contributing.md
|
8 years ago |
Thorsten von Eicken
|
65534229f2
|
fixes #166 advrdude example on home page
|
8 years ago |
Thorsten von Eicken
|
1bcdc62de3
|
Prep readme
|
9 years ago |
Thorsten von Eicken
|
7f426da314
|
Remove some heap debugging output, fixes #158
|
9 years ago |
Thorsten von Eicken
|
ef6a611045
|
Reduce memory consumption; fix syslog alloc when disabled
|
9 years ago |
Thorsten von Eicken
|
dc4fabc7ed
|
Change MQTT hostname to 64 chars, fixes #147
|
9 years ago |
Thorsten von Eicken
|
6ccca3ef9c
|
Fix auth mode for AP, fixes #145
|
9 years ago |
Thorsten von Eicken
|
23877f5ea7
|
Re-enable syslog by default and fix compilation issue
|
9 years ago |
Thorsten von Eicken
|
1e87efec8c
|
Revert "Fix some type casts per #129"
This reverts commit 52843c6316 .
|
9 years ago |
mroavi
|
107a24590c
|
Fixes the Makefile's wifi station hardcoding functionality when starting in SOFTAP_MODE (#150)
* Bug fixed
* Change to mode STATIONAP_MODE at startup only if STA_SSID and STA_PASS are defined.
|
9 years ago |
dima-ch
|
a9321f421b
|
fix html special symbols in console output (#141)
|
9 years ago |
Thorsten von Eicken
|
ff51a16b98
|
Transfer vcxproj from #137
|
9 years ago |
Thorsten von Eicken
|
3403e583f2
|
Fix not showing syslog card when disabled
|
9 years ago |
Thorsten von Eicken
|
52843c6316
|
Fix some type casts per #129
|
9 years ago |
Thorsten von Eicken
|
f84ffdc989
|
Allow syslog to be disabled, as in #128
|
9 years ago |
Thorsten von Eicken
|
38f5376196
|
Pull in contributions from #121
|
9 years ago |
Thorsten von Eicken
|
47bd1ac598
|
Change Makefile to use SDK 1.5.4
|
9 years ago |
Thorsten von Eicken
|
ac92202ef6
|
fix c99 types mess, try 2; clean up after merges
|
9 years ago |
Thorsten von Eicken
|
d2bd118f0b
|
fix c99 types mess; clean up after merges
|
9 years ago |
Thorsten von Eicken
|
06ec5d46f1
|
switch to sdk 1.5.2
|
9 years ago |
Thorsten von Eicken
|
ccbe99de82
|
fix #122: uninitialized vars in REST_Setup
|
9 years ago |
Thorsten von Eicken
|
8b4749fb90
|
fix #101: doesn't stay in AP-only after reset
|
9 years ago |
Thorsten von Eicken
|
bd40769138
|
fix #103: wifi icons wrap when scaling browser
|
9 years ago |
Thorsten von Eicken
|
a770d0293d
|
fix #116: show device name in browser title
|
9 years ago |
Thorsten von Eicken
|
df2f36b8ef
|
fix #126: allow short SSIDs
|
9 years ago |
Thorsten von Eicken
|
0df5264c8b
|
revert PR #95 due to bug; revert #114 due to timing issues; fix MQTT crashes
|
9 years ago |
Thorsten von Eicken
|
56e76c6bc4
|
Revert "TvEmaster"
This reverts commit f577c140df .
|
9 years ago |
Jason Schmidlapp
|
5eba5500ac
|
Don't reset programming target until actual image data is received from network.
Thanks!
|
9 years ago |
susisstrolch
|
e3e19ffa38
|
TvEmaster
Syslog and debug printing fixes
|
9 years ago |
Nico
|
b56b2767cb
|
Update README.adoc
|
9 years ago |
Alastair D'Silva
|
b408103b4c
|
Use the SKD included in esp-open-sdk, if available
|
9 years ago |
Alastair D'Silva
|
80d9945266
|
Fix warnings reported in #113 (format warnings, differing types)
|
9 years ago |
Alastair D'Silva
|
163986afb4
|
Merge branch 'incorrect-types' into updated-toolchain
|
9 years ago |
Alastair D'Silva
|
e7ea88295e
|
Remove definition of _STDINT_H, it suppresses the inclusion of the compiler stdint.h, resulting in uint8_t & friends being undefined
|
9 years ago |
Alastair D'Silva
|
406b4666b6
|
Revert "Use the latest SDK as packaged in esp-open-sdk"
This reverts commit 3b8011f471 .
|
9 years ago |
Alastair D'Silva
|
8709e92d45
|
Fix sytax errors
|
9 years ago |
Alastair D'Silva
|
3b8011f471
|
Use the latest SDK as packaged in esp-open-sdk
|
9 years ago |
Thorsten von Eicken
|
1d0f3136c5
|
fixes #111: handle malloc failure in syslog
|
9 years ago |
Thorsten von Eicken
|
69f09ebbb9
|
fix slip protocol argument padding
|
9 years ago |
Thorsten von Eicken
|
ad5182ae59
|
fix reference to old boot file in Makefile
|
9 years ago |
Thorsten von Eicken
|
af0e0907f9
|
convert readme to asciidoc
|
9 years ago |