- 12 Sep, 2019 1 commit
-
-
Me No Dev authored
* Update app_httpd.cpp * Stop LWIP from using PSRAM and enable OV7725
-
- 11 Sep, 2019 3 commits
-
-
EricMc1289 authored
* Added timeout to WiFiScan class to prevent haning at stucking at WIFI_SCAN_RUNNING when scan fails internally * fixed tabs and returns, connected scanTimeout to max_scan_per_channel timeout * Corrected tabs two * Added static vars scanTimeout und scanStarted to WiFiScan.h protected section * Fixed missing ; in line 64
-
Edoardo Odorico authored
Relative to #3006
-
Dirk O. Kaar authored
* Inline ESP::getCycleCount() to make it safe to call from ISRs * Attribute IRAM_ATTR ISR-safe function in addition to inlining.
-
- 10 Sep, 2019 1 commit
-
-
Luc authored
* Fix wrong values in .cvs files Add missing upload size for partitions bigger than default one * Add new partion to generic Fix hardcoded partition for 16M flash
-
- 09 Sep, 2019 1 commit
-
-
Me No Dev authored
-
- 08 Sep, 2019 4 commits
-
-
Jeroen88 authored
* Expose uartStartDetectBaudrate(uart_t *) in esp32-hal-uart.h and call it from HardwareSerial::begin() if baudrate detection is requested (by passing a baudrate of 0) to solve baudrate detection problems * Avoid a division by zero error in uartGetBaudRate()
-
Me No Dev authored
-
Tijs van Roon authored
* Use loc_buf for small strings, check for error return from vsnprintf * cleanup arg when bailing out of new * Use malloc/free instead of new/delete in printf * Return actual bytes written in printf * FIX: write before free
-
Marcel Stör authored
Pointing to an old fork is misleading.
-
- 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 1 commit
-
-
Me No Dev authored
-