Thorsten von Eicken
1d0f3136c5
fixes #111 : handle malloc failure in syslog
v2.2.beta2
2016-02-27 09:44:41 -08:00
Thorsten von Eicken
69f09ebbb9
fix slip protocol argument padding
2016-02-20 11:22:25 -08:00
Thorsten von Eicken
ad5182ae59
fix reference to old boot file in Makefile
v2.2.beta1
2016-01-31 22:00:59 -08:00
Thorsten von Eicken
af0e0907f9
convert readme to asciidoc
2016-01-31 21:27:43 -08:00
Thorsten von Eicken
219b6c8006
fix mqtt for new slip protocol
2016-01-31 17:39:15 -08:00
Thorsten von Eicken
5a891c3c1e
new SLIP protocol; basic REST working
2016-01-31 00:09:21 -08:00
Thorsten von Eicken
109c10c3f2
make new slip proto work
2016-01-24 09:48:33 -08:00
Thorsten von Eicken
481818429e
fix RX pull-up; revamp avr flashing
2016-01-23 10:31:10 -08:00
Thorsten von Eicken
fa96de2fc0
SDK 1.5.1; makefile and html tweaks
2016-01-18 18:27:59 -08:00
Thorsten von Eicken
5dbebcd841
change SLIP to std escape chars; add to readme
2016-01-18 13:18:38 -08:00
Thorsten von Eicken
762d7eaf46
Merge pull request #84 from katast/master
...
Soft-AP settings
2016-01-18 13:13:23 -08:00
Thorsten von Eicken
b2e8023089
Merge pull request #91 from fl1pfl0p/master
...
Bugfix: RX pullup checkbox in GUI fixed
2016-01-05 23:49:09 -08:00
fl1pfl0p
68890778f4
Bugfix: RX pullup checkbox in GUI fixed
2016-01-05 01:40:02 +00:00
KatAst
4d0f652bc8
Comments review
2016-01-04 20:07:46 +01:00
KatAst
e3d150a6c5
From os_printf to DBG
2016-01-04 15:57:03 +01:00
KatAst
7fea51185a
Fix indent
2016-01-04 15:46:32 +01:00
KatAst
0cec56712f
Fix indent
2016-01-04 15:33:10 +01:00
KatAst
05699cb489
Fix indent
2016-01-04 15:31:50 +01:00
KatAst
cf7635dad7
Fix Indentation
2016-01-04 15:27:42 +01:00
KatAst
9dd3eac804
Fix indentation
2016-01-04 15:13:51 +01:00
KatAst
8351fb4599
Back to default
2016-01-04 14:36:52 +01:00
KatAst
a10cc380dc
Back to default
2016-01-04 14:33:26 +01:00
KatAst
62c5f4fc17
Modified comments to match actions
2016-01-02 14:09:54 +01:00
KatAst
132f4ccd58
Add default WPA2 when a password was specified
2016-01-02 14:04:07 +01:00
KatAst
70f5903abd
Int to bool
2016-01-02 13:50:08 +01:00
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
2016-01-02 13:33:49 +01:00
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.
2016-01-02 13:01:42 +01:00
KatAst
6f4cead199
Changed to Macro debug
2016-01-02 12:53:21 +01:00
KatAst
8adfcb6e60
Reduced to essential
...
It was to much code to such a tiny task
2016-01-02 12:51:35 +01:00
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
2016-01-02 12:49:59 +01:00
KatAst
d1152588a8
Changed to standard os_memset(), instead of memset()
2016-01-02 12:46:12 +01:00
KatAst
4d09a0088a
After test it results useless, so removed
2016-01-02 12:44:55 +01:00
KatAst
5787fcf8a4
Added to avoid possible hiccup when opmode already 1
2016-01-02 12:43:52 +01:00
KatAst
b3ed6e8588
Back to original config
...
I forgot to restore to original
2016-01-02 12:25:39 +01:00
Thorsten von Eicken
c82a7a2c6c
update readme with esp8266 flashing info
v2.2.beta0
2015-12-31 15:55:16 -08:00
Thorsten von Eicken
a0eefa17b3
improve optiboot sync
2015-12-31 11:15:20 -08:00
Thorsten von Eicken
0c6b798f38
Merge pull request #80 from susisstrolch/TvEmaster
...
syslog: fix UDP timing problems
2015-12-31 10:20:12 -08:00
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.
2015-12-28 18:38:31 +01:00
KatAst
d6dae6888a
Disable configWipe
2015-12-28 18:30:40 +01:00
KatAst
58ece6b452
Auth_Mode var in numbers instead of string
2015-12-28 18:29:15 +01:00
KatAst
a7b6358bae
New function to check string
...
If there are only alphanumeric chars (including underscore) return 1
else return 0
2015-12-28 18:28:05 +01:00
KatAst
793506fdd1
Small changes
2015-12-27 23:10:07 +01:00
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
2015-12-27 13:11:59 +01:00
KatAst
896693b5b2
Soft-AP Settings
...
Added Soft-AP settings support both in Makefile and web interface
2015-12-27 13:11:03 +01:00
KatAst
ff5a74b20a
Added SOFTAP hard-coded settings
...
Set the values of SOFTAP config straight in the Makefile
2015-12-24 14:03:15 +01:00
susisstrolch
077bcaf02d
syslog: fixed regression
...
- #undef SYSLOG_DBG will discard first four syslog messages
- race condition in os_timer_setfn/os_timer_arm lead to
1226> Fatal exception 9(LoadStoreAlignmentCause):
1227> epc1=0x4010076e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000003, depc=0x00000000
- potential loop in syslog_init - fixed by additional state SYSLOG_INITDONE
2015-12-16 19:21:54 +01:00
susisstrolch
de4e5e4df2
syslog.md: add example from ESP bootup
2015-12-15 15:55:59 +01:00
susisstrolch
66258fd48d
syslog.md: add example for queuing after reboot
2015-12-15 13:04:14 +01:00
susisstrolch
94d54c140c
syslog: fixup
...
- implement syslog filter
- honour timezone setting
- rework syslog format
- finish (really?) syslog documentation
2015-12-15 12:59:42 +01:00
susisstrolch
0248d1f698
syslog: fixup
...
- implement syslog filter
- honour timezone setting
- rework syslog format
- finish (really?) syslog documentation
2015-12-15 12:53:40 +01:00