KatAst
132f4ccd58
Add default WPA2 when a password was specified
9 years ago
KatAst
70f5903abd
Int to bool
9 years ago
KatAst
0f1ddae28e
Modified to cover all possible options
...
Case scenario:
-new AP SSID without password, keep old password and auth mode
-new AP SSID with password empty, auth mode set to OPEN
-new AP SSID with password, default auth mode WPA2
9 years ago
KatAst
c8aab7611b
Set Station parameters if defined
...
To allow changes both in STA or AP settings, they should be active.
Opmode is set to 3 few lines above, so changes allowed in both STA and
AP.
Because the above opmode set, this “if” is useless.
9 years ago
KatAst
6f4cead199
Changed to Macro debug
9 years ago
KatAst
8adfcb6e60
Reduced to essential
...
It was to much code to such a tiny task
9 years ago
KatAst
5f8da7e2b0
Redundant
...
Added an if statement to APs scans cgi to avoid scan in AP mode.
Reduced to one set of warnings and add a fourth line to cover the only
AP mode option in Soft-AP setting´s page
9 years ago
KatAst
d1152588a8
Changed to standard os_memset(), instead of memset()
9 years ago
KatAst
4d09a0088a
After test it results useless, so removed
9 years ago
KatAst
5787fcf8a4
Added to avoid possible hiccup when opmode already 1
9 years ago
Thorsten von Eicken
a0eefa17b3
improve optiboot sync
9 years ago
KatAst
e268db7e84
Soft-AP server side variables check
...
Proper check of Soft-AP setting’s variables values on server side.
Only alphanumeric values and underscore are allowed in SSID and
Password. Now you can set Soft-AP as OPEN AP with custom SSID.
9 years ago
KatAst
d6dae6888a
Disable configWipe
9 years ago
KatAst
a7b6358bae
New function to check string
...
If there are only alphanumeric chars (including underscore) return 1
else return 0
9 years ago
KatAst
793506fdd1
Small changes
9 years ago
KatAst
887c5a66cc
Compiler error
...
Even if I use the same compiler those errors show up. I had to change
some bool to uint8_t to make it works
9 years ago
KatAst
896693b5b2
Soft-AP Settings
...
Added Soft-AP settings support both in Makefile and web interface
9 years ago
KatAst
ff5a74b20a
Added SOFTAP hard-coded settings
...
Set the values of SOFTAP config straight in the Makefile
9 years ago
Benjamin Runnels
f8eb8b33e0
Fix for services page syslog filter select list
...
Fix for a couple compiler errors when cycling the different undef and define options in user_config.h
9 years ago
Benjamin Runnels
a6a8866bfe
Fixed mdns settings bug
9 years ago
Benjamin Runnels
ac04cc58a8
removed syslog_enable functionality and config
...
reordered config settings
9 years ago
Benjamin Runnels
3eccd26e76
Normalized Wifi to WiFI.
...
Fixed button spacing on console clear and log reset buttons
Renamed cgiReboot method to cgiReset and called the proper reset method
Normalized whitespace in cgiflash.c
9 years ago
Benjamin Runnels
ebda951769
Removed unused mdns files
9 years ago
Benjamin Runnels
bfee1cf694
fixes for services
9 years ago
Thorsten von Eicken
fb90ac5457
enable mdns; tweak wifi info POST
9 years ago
Benjamin Runnels
59eb02daa9
Added in sntp update
9 years ago
Benjamin Runnels
e39ee808c9
DOH! missing semicolon
9 years ago
Benjamin Runnels
b8567ad2ef
Updated DBG macros as suggested by susisstrolch
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
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
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
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
ed9b11186c
MQTT define bugfix
...
Possilbe mDNS bugfix
Switched to DBG method instead of multiple ifdef in httpd
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
4e100b0142
optiboot auto-switch baud rate
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
e0040e74bc
refactor pin config, add support for rx pull-up
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
cf7abfc59a
added first cut at mDNS
9 years ago
Thorsten von Eicken
a87645dad4
extend time before switching to STA-only; re-enable 11n; clean-up debug printing
9 years ago
Kayo Phoenix
614c646b3c
Added sending text to console from web interface.
9 years ago
Thorsten von Eicken
e429c0bb1c
Improve click-to-edit fields
9 years ago
Thorsten von Eicken
86d6638e53
add system name & description to home page
9 years ago
Thorsten von Eicken
4975f05c3e
optiboot: allow for 9600 baud
9 years ago