-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparation for the final 3.3.0 release. #1202
Conversation
This version includes: - Refactored HttpClient and HttpServer - Support for SSL session resumption in TcpConnection and TcpServer. - Removed deprecated Station::waitConnection. - Custom PWM is enabled by default. - Multiple fixes to issues reported from Codacy's Vera++ and CppCheck reports.
This version includes: - Refactored HttpClient and HttpServer - Support for SSL session resumption in TcpConnection and TcpServer. - Removed deprecated Station::waitConnection. - Custom PWM is enabled by default. - Multiple fixes to issues reported from Codacy's Vera++ and CppCheck reports.
This version includes: - Refactored HttpClient and HttpServer - Support for SSL session resumption in TcpConnection and TcpServer. - Removed deprecated Station::waitConnection. - Custom PWM is enabled by default. - Multiple fixes to issues reported from Codacy's Vera++ and CppCheck reports.
A few words about windows install
changed makefile line 155 problem with lwip:
as with last version use of old version of lwip helped. Spiffs problem:
once again use of old version helped
and finally
with messages
solution - copy files to spiffy dir as windows ask. and finally Sming was succesfully compilled with make command. Then I have tried to compile with ENABLE_SSL=1 and I have failed
old version of axtls-8266 solved problem |
This version includes: - Refactored HttpClient and HttpServer - Support for SSL session resumption in TcpConnection and TcpServer. - Removed deprecated Station::waitConnection. - Custom PWM is enabled by default. - Multiple fixes to issues reported from Codacy's Vera++ and CppCheck reports.
* commit '93340e19a1e1e68885a36976113bc400eb2be985': (35 commits) Preparation for the final 3.3.0 release. (SmingHub#1202) Small fixes before the final 3.3.0 (SmingHub#1203) Updated the third-party modules. Added example demonstrating Js and CSS combining ... (SmingHub#1200) Fixed WebSocket sample HTML page (SmingHub#1201) Feature/auto deployment on release (SmingHub#1198) Handle incomplete frame to prevent WebsocketClient ending in an endless loop (SmingHub#1189) Fixes for styling issues reported by Codacy (SmingHub#1196) Feature/httpserver etag caching (SmingHub#1194) HttpServer tuning to allow serving of more requests. (SmingHub#1187) decode-stacktrace.py: Added python3 compatability. (SmingHub#1190) Release Candidate 1 for version 3.3.0. (SmingHub#1185) Station::waitConnection method was deprecated and is now removed. (SmingHub#1171) Adding fixes for issues reported by Vera++ and CppCheck. (SmingHub#1178) Changes related to POST parameter unescaping. (SmingHub#1177) Small fixes to comparison and memory related issues. (SmingHub#1172) Reset response and request data after completion. Custom PWM is enabled by default. (SmingHub#1164) TemplateStream: the total length should be calculated from the browser. HttpServer: The default keepalive time is set to 0. HttpClient: memory usage fixes. (SmingHub#1161) ...
* commit '855933d10fe88fee52399930f80fa0362c2180a5': Added WifiStation.connect() to Basic_rboot sample (SmingHub#1215) Appvoyer CI will use the updated choco packages. (SmingHub#1210) Added dynamic recalculation of image offsets to prever rom overlapping. (SmingHub#1208) Added Gitter Notifications. (SmingHub#1205) Better Arduino compatability: Changed to order of the Wire.begin and Wire.pins parameters to (SmingHub#1193) Small fixes before the final 3.3.0 (SmingHub#1203) Preparation for the final 3.3.0 release. (SmingHub#1202) Added example demonstrating Js and CSS combining ... (SmingHub#1200) Fixed WebSocket sample HTML page (SmingHub#1201) Feature/auto deployment on release (SmingHub#1198)
This version includes: