- 20 Aug, 2019 13 commits
-
-
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 14 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
-
exezm0r authored
-
Roman Savrulin authored
* std::stringstream -> std::string * Fix small issues * Small fix 2
-
Dirk O. Kaar authored
* Expand gitignore to cover files created by Visual Micro's Arduino IDE for Visual Studio (cherry picked from commit d6209c79ea16a26564fe27e74e5f277160129847) * Also ignore VS project files (cherry picked from commit e0ec212bd41e75a3570a6098a66ee66787db58db)
-
Victor Aprea authored
-
chuck todd authored
Some Debugging variables were enabled at ERROR level instead of DEBUG. Specifically `tAfter` and `tBefore`
-
Peter authored
Tidied up references to the ESP8266, and set the correct default port for the ESP32.
-