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 |
Alastair D'Silva
|
19963d804a
|
Merge remote-tracking branch 'origin/master' into rs485
|
9 years ago |
Alastair D'Silva
|
e33c924e00
|
Apply @krzy27's changes to set up the timers correctly.
|
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 |
Alastair D'Silva
|
db693751d1
|
fix variable name
|
9 years ago |
Alastair D'Silva
|
fc230a39ca
|
Fix tx_enable init logic
save a couple of branches
|
9 years ago |
Alastair D'Silva
|
c173706d22
|
Fix typo
|
9 years ago |
Alastair D'Silva
|
c49d207213
|
Standardize on uart0-tx-enable variable name on the HTML side (thanks @krzy27)
|
9 years ago |
Alastair D'Silva
|
92411f0d76
|
Add missing initialisation for uart0_tx_enable_pin
|
9 years ago |
Alastair D'Silva
|
352759b7c8
|
Ensure the TX timer is disarmed after it has fired, allowing it to be retriggered.
Only manipulate the timer if TX_ENABLE has been requested.
Assert uart_tx_enable_timer_inited once the timer has been inited.
|
9 years ago |
Alastair D'Silva
|
1dcd1f7b10
|
Add a clarifying comment about the setup of TX empty
|
9 years ago |
Alastair D'Silva
|
f4ee1dbed4
|
Move USE_US_TIMER to esp8266.h and remove redundant inclusions of osapi.h
|
9 years ago |
Alastair D'Silva
|
19c56c80c8
|
Update all timer instances to microsecond timers
|
9 years ago |
Alastair D'Silva
|
e8f569dc5f
|
Use microsecond timer for heap use as the timer is in microsecond mode
|
9 years ago |
Alastair D'Silva
|
dbab746e3c
|
Add support for the TX_ENABLE signal for RS-485 trancievers
|
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 |