Benjamin Runnels
a0451b2b7b
renamed debug command for consistancy
9 years ago
Benjamin Runnels
26339962bf
Updates for SDK 1.5
9 years ago
Benjamin Runnels
5935a30f03
Started adding in standalone mdns implementation
9 years ago
susisstrolch
30ff23c0e2
espmissingincludes.h
...
encapsulate os_printf macro with do/while to avoid
unwanted side effects during macro expansion
9 years ago
susisstrolch
538e79f1dc
fixes/changes after pull request
...
- changed defaults for Flashconfig
- SNTP-Server: empty
- Syslog-Server: empty
- hostname: reverted to esp-link
- heavy cleanup in syslog.c
- removed debug messages
- add local syslog_compose function
9 years ago
susisstrolch
f3dd7368d0
fix rebase / merge errors
...
- missing LOG_xxx macros in syslog.h
- fixed tag (esp-link) in LOG_xxx macro
9 years ago
susisstrolch
e84900dbc7
syslog - a simple syslog client
...
syslog UDP messages are send via
syslog(uint8_t facility, uint8_t severity, const char tag[], const char message[], ...);
the syslog function queues any msg on system heap. If heap reaches a minimum size (8kB),
syslog stops queuing.
As soon as Wifi connectivity is available, syslog will send out all queued messages.
Queuing will be reenabled after all pending messages are sent.
9 years ago
susisstrolch
9ec3a30c87
syslog - a simple syslog client
9 years ago
susisstrolch
0cb217046d
simple handler for system_os_task/system_os_post
...
we wrap both functions in much easier ones (register_usr_task, post_usr_task).
register_usr_task requires an os_task_t parameter (the task itself) and returns a
task number (0...MAXUSRTASKS) which is later on used by "post_usr_task".
register_usr_task is self-initializing. no static arrays - malloc only...
9 years ago
susisstrolch
65f22d5dcf
merge from origin
9 years ago
Benjamin Runnels
b7ae39ae8d
Moved to debug macro for SLIP_DBG and fixed an error when SLIP_DBG was defined
...
Removed unnecessary stuff
Switched VS project to use sdk 1.4.0 sources for intellisense
9 years ago
Benjamin Runnels
8a93a5eebe
Fixed WINDOWS.md
9 years ago
Benjamin Runnels
ed9b11186c
MQTT define bugfix
...
Possilbe mDNS bugfix
Switched to DBG method instead of multiple ifdef in httpd
9 years ago
Thorsten von Eicken
cb75396552
extend reset for esp8266
9 years ago
Thorsten von Eicken
72118a7627
fix dhcp/static ip switch-over
9 years ago
Thorsten von Eicken
df8afa82d0
make programming reset pulse longer for esp8266 and add notes to readme
9 years ago
Thorsten von Eicken
fe2c74ea3d
update readme
9 years ago
Thorsten von Eicken
9ce46d3ccc
update readme
9 years ago
Thorsten von Eicken
4e100b0142
optiboot auto-switch baud rate
9 years ago
Thorsten von Eicken
c3e1a8a83b
improve home page
9 years ago
Thorsten von Eicken
ce05e00bd7
fix pin changes and hostname change
9 years ago
Thorsten von Eicken
5bb517353a
fix pin change collision detection
9 years ago
Thorsten von Eicken
d156618a68
make sure optiboot frees uart CB when done
9 years ago
Thorsten von Eicken
6b604ffc7c
remove pgm baud rate UI for now
9 years ago
Thorsten von Eicken
e0040e74bc
refactor pin config, add support for rx pull-up
9 years ago
Thorsten von Eicken
f0997b13ea
point ot beta5 in readme
9 years ago
Thorsten von Eicken
818db2deac
run css through autoprefixer
9 years ago
Thorsten von Eicken
fc8e1cfbf6
fix scrolling of uC console
9 years ago
Thorsten von Eicken
6a7d1c8e04
fix styling of console and make it 100% height
9 years ago
Thorsten von Eicken
65583e6af6
add selection of uart1 to debug log
9 years ago
Thorsten von Eicken
9b6612135a
disable mdns for now
9 years ago
Thorsten von Eicken
9920fd500e
make hidden ssid work minimally
9 years ago
Thorsten von Eicken
cf7abfc59a
added first cut at mDNS
9 years ago
Thorsten von Eicken
20627272b5
add tgz to gitignore
9 years ago
Thorsten von Eicken
05d73e570d
try to support hidden ssids
9 years ago
Thorsten von Eicken
a87645dad4
extend time before switching to STA-only; re-enable 11n; clean-up debug printing
9 years ago
Thorsten von Eicken
62b7587ef2
Merge pull request #69 from katyo/master
...
Sending text to console from web interface
9 years ago
Kayo Phoenix
52b78a42b9
Moved console send js from console.html to console.js
9 years ago
Kayo Phoenix
614c646b3c
Added sending text to console from web interface.
9 years ago
Thorsten von Eicken
dd731fa70c
fix wifi scan off-by-one issue, #44
9 years ago
Thorsten von Eicken
e429c0bb1c
Improve click-to-edit fields
9 years ago
Thorsten von Eicken
6b3fb4e90b
update readme with reference to v2.1.beta2
9 years ago
Thorsten von Eicken
413ff5bcf1
disable httpd debug log again
9 years ago
Thorsten von Eicken
86d6638e53
add system name & description to home page
9 years ago
Thorsten von Eicken
14e206eb3f
Added info to readme
9 years ago
Thorsten von Eicken
948990cefb
Add troubleshooting to readme
9 years ago
Thorsten von Eicken
ba347a83dc
readme tweaks
9 years ago
Thorsten von Eicken
b94cf2e620
updated makefile and readme
9 years ago
Thorsten von Eicken
4975f05c3e
optiboot: allow for 9600 baud
9 years ago
Thorsten von Eicken
ca2de1a437
optiboot fixes
9 years ago