- 05 Sep, 2019 4 commits
-
-
Me No Dev authored
Some ESP32 chips are rated only to 160MHz. This change adds support for them and does not allow frequency to be switched to 240MHz
-
me-no-dev authored
-
Me No Dev authored
-
full-stack-ex authored
* Fix long Ticker period conversion * Simplify long Ticker period conversion fix by using 1000ULL
-
- 01 Sep, 2019 1 commit
-
-
Me No Dev authored
-
- 27 Aug, 2019 3 commits
-
-
Me No Dev authored
* Rework the sketch builder to match the IDE * Link the board to the home folder * Rename files for clarity * move ci files to own subfolder * Update Github CI to use the new script locations
-
Earle F. Philhower, III authored
Pull in bugfixes from the ESP8266 repo for problems in the SSO implementation of replace(). See the following patches for full details: https://github.com/esp8266/Arduino/commit/54240d2cc51e8b134fc6dc583f5a2b21f19755d8#diff-8d9e71e16d437343017df828f0528f63 https://github.com/esp8266/Arduino/commit/78a1a66e6dcd0437167869c363cd29160c35fe96#diff-8d9e71e16d437343017df828f0528f63 https://github.com/esp8266/Arduino/commit/4e9358445a161939f7d8246fbc365a035693749a#diff-8d9e71e16d437343017df828f0528f63 Fixes #3140
-
Julian Büchel authored
* Removed pragme in BLERemoteService.cpp * Added the line at the top and changed to warning
-
- 21 Aug, 2019 1 commit
-
-
me-no-dev authored
-
- 20 Aug, 2019 18 commits
-
-
Me No Dev authored
-
Me No Dev authored
-
Me No Dev authored
-
Jeroen88 authored
* Fix persistance issue found, see ESP8266 issue #6152 * Correcting the parsing of the header for HTTP1.0 * Send 'Connection: Close' header in case of HTTP1.0 * Let reuse connection depend on protocol used: HTTP1.0 or HTTP1.1 * Fixed reuse, added null ptr checks, added check for _trainsportTraits in connect() in case _client was set null * Fix reuse connection issues, similar to ESP8266 PR #6176
-
Roman Savrulin authored
* add timed wait * Added Notification/Indication data and status callbacks * imply null-object pattern for BLE callback
-
Roman Savrulin authored
-
lbernstone authored
* ESP.getCpuFreqMHz was returning the CONFIG_ variable. Now calls the getCpuFrequencyMhz function. * Changed the Esp function to uint32_t to match
-
Rotzbua authored
more secure
-
ducalex authored
The progress callback was only invoked with Update.writeStream before
-
lbernstone authored
-
Bernd Giesecke authored
BLEAdvertising::handleGAPEvent -> ESP_GAP_BLE_ADV_STOP_COMPLETE_EVT should NOT call start()!
-
Ahmed Al-Qaidom authored
* Add generic IP calculations Add: calculateNetworkID(IPAddress ip, IPAddress subnet) => Calculate the network id using the ip and subnet (e.g. 192.168.0.0) calculateBroadcast(IPAddress ip, IPAddress subnet) => Calculate the broadcast ip using the ip and subnet (e.g. 192.168.0.255) calculateSubnetCIDR(IPAddress subnetMask) => Calculate the subnet CIDR using the subnet (e.g. 24) Add: broadcastIP() => Retrieve the network id (e.g. 192.168.0.0) networkID() => Retrieve the broadcast IP (e.g. 192.168.0.255) subnetCIDR() => Retrieve the subnet CIDR (e.g. 24) Add: broadcastIP() => Retrieve the network id (e.g. 192.168.0.0) networkID() => Retrieve the broadcast IP (e.g. 192.168.0.255) subnetCIDR() => Retrieve the subnet CIDR (e.g. 24) Add: softAPBroadcastIP() => Retrieve the network id (e.g. 192.168.0.0) softAPNetwrokID() => Retrieve the broadcast IP (e.g. 192.168.0.255) softAPSubnetCIDR() => Retrieve the subnet CIDR (e.g. 24)
-
A C SREEDHAR REDDY authored
-
Arjan Mels authored
Only space for 1 characteristic is allocated, requesting 10 leads to stack corruption.
-
A C SREEDHAR REDDY authored
* add core installation 1.0.2 * added 1.0.3
-
Mike Dunston authored
#2891
-
Magicblocks authored
* Updated magicbit variant * Added LED_BUILTIN
-
Me No Dev authored
-
- 01 Aug, 2019 2 commits
- 31 Jul, 2019 2 commits
- 17 Jul, 2019 4 commits
-
-
Me No Dev authored
-
Brian Park authored
-
Magicblocks authored
* create varient for magicbit board * update boards.txt
-
Me No Dev authored
-
- 16 Jul, 2019 3 commits
-
-
Unexpected Maker authored
Added more menu settings for TinyPICO - Fash mode and Flash speed. Set Flash mode default to QIO (#2976)
-
david-cermak authored
Fixed bit shift in demo application of using RMT peripheral. Init data array to be transmitted was off by one, as for the first iteration (i==0) the mask was 1<<8, which results in shifted RGB value in color variable Closes https://github.com/espressif/arduino-esp32/issues/2921
-
boarchuz authored
* Config fix test * Also force config even if equal
-
- 10 Jul, 2019 2 commits
-
-
Mike Dunston authored
* Update boards.txt Adding ESP32-WROOM-32 8MB flash option * Update boards.txt Fixing partition size and typo * Update boards.txt
-
chegewara authored
-