- 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
-
- 09 Jul, 2019 8 commits
-
-
Felix Weinrank authored
* WiFiClient.cpp - Fix connect() behavior * lwip_connect_r() : check return code
-
lbernstone authored
* Added convert method to transfer data from partition to nvs * Could have sworn I changed the return when I made the label * Empty state should be 0xFF. Fixed some logging levels * Set result on success
-
Unexpected Maker authored
-
pmalhaire authored
The flush causes an empty response a client side. see https://github.com/espressif/arduino-esp32/issues/2902
-
lbernstone authored
-
Roman Savrulin authored
* BLEServer::disconnect() * Invoke Read callback first, to make data update possible before read
-
Roman Savrulin authored
-
lbernstone authored
* Remove partitioning comments * Revert "Remove partitioning comments" This reverts commit b3b03a81572d352816819cff772231ba037dc338. * Removed partitioning comments from EEPROM example
-