Skip to content

update #1

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

Merged
merged 336 commits into from
Dec 2, 2016
Merged

update #1

merged 336 commits into from
Dec 2, 2016

Conversation

quertenmont
Copy link
Owner

No description provided.

igrr and others added 30 commits March 30, 2016 08:47
The change in 297bb17 enabled RF after deep sleep, even if deep sleep was done with RF_DISABLED option (thanks @vlast3k for pointing this out).
Now we check the value returned by __get_rf_mode, and only call system_phy_set_rfoption if RF_MODE override was provided by user.
Clean up variants, fix digitalPinHasPWM definition
In WPA protocol, the maximum length of the passphrases are 64 characters in order to distinguish them from the actual PSK who is 64 ASCII characters long, so in most systems if a 64 chars string is passed, it is assumed to be a PSK, otherwise is treated as a passphrase and is used to compute the PSK.
Changed timeout to unsigned long. Using addition with millis() is not recommended. 
Source: http://www.gammon.com.au/millis
thanks to @chaeplin for finding the mistake
Fix timeout logic in WiFiClient example
Complete read POST/GET request.
An empty passphrase string should enable AUTH_OPEN mode of softAP.
This was the behaviour before commit 293e55c.
Additionally make the type of checking for empty strings consistent.
Since the data is stored as Strings internally, these methods do not serve as an optimisation
… for generic device

Makefile added to lwip source folder to build and install liblwip_gcc.a
This library has been working well with Arduino for ESP8266 and it deserves to be added here.
me-no-dev and others added 29 commits August 18, 2016 09:59
* New section with ESP8266WiFi library documentation

* ESP8266WiFi library documentation

1. Introduction - example, diagnostic, doxygen
2. Station - examples, new doc
3. Soft Access Point - examples, new doc
4. Scan - examples, new doc
5. Client - examples, ref. Arduino, setNoDelay, list of functions
6. Client Secure - examples, loadCertificate, setCertificate, list of
functions
7. Server- examples, ref. Arduino, setNoDelay, list of functions
8. UDP - examples, ref. Arduino, Multicast UDP
9. Generic - examples, onEvent, WiFiEventHandler, persistent, mode, list
of functions

* Fixed numbered list
gettimeofday used to return timestamps which had tv_sec 1000 times smaller than the correct value.
s_bootTime is in seconds, so no need to divide it by 1000.
How to resolve "Board generic (platform esp8266, package esp8266) is
unknown" error?

Ref. #2297, #2156, #2022, #1802, #1514, #1387, #1377, #1251, #1247, #948
How to resolve "Board generic (platform esp8266, package esp8266) is
unknown" error?
- Added option to control if the ESP should be rebooted on success
- Added delay before ESP.restart() is called
- Added some comments to the header
* Missing reset after serial upload, ref. #2438, #2465
* Port not visible in IDE, ref. #2415
* `[alt text]` added
* Typo corrections
it doesn't modify any member variables, should be safe to be const.
Corrected some typos and improved grammar
About the simplest change possible, just delete two characters and add one. The PUT(String) convenience method called the full POST method instead of calling the PUT method
Many people have problems with using ESP8266 as WiFi-client due to
none of the examples mentioning that you should use WIFI_STA if you
only want the ESP8266 to act as a WiFi-client. Many WiFi-devices
will randomly try to connect to the ESP8266 if used as STA+AP and
complain about not being able to access the Internet or other devices
on the network.
it doesn't modify any member variables, should be safe to be const.
Add PIN defines, so the pins can easily be used by external libraries
New FAQ - How to resolve "Board generic (platform esp8266, package esp8266) is unknown" error?
Fixed PUT(String) method, it called POST in error
Use WIFI_STA in WiFiClient-examples
Add Arduino File standard seek call
Corrected a typo and improved grammar
@quertenmont quertenmont merged commit f41f4bb into quertenmont:master Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.