Commit Graph

  • ed220bd042 Minimize HardwareSerial Receive and Transmit delays (#3664) hreintke 2020-01-26 23:38:06 +0100
  • 80f9f9aeec fix removeApbChangeCallback() error in spiStopBus() (#3675) chuck todd 2020-01-26 15:20:19 -0700
  • b50a1755c8 Use python3 in CI me-no-dev 2020-01-25 15:26:16 +0200
  • bb0a194bb7 fix WiFiClient.connected() (#3654) Mark D 2020-01-21 05:36:03 -0500
  • ed59ae6482 Update README.md (#3653) Kartik Nighania 2020-01-21 16:05:05 +0530
  • b4a9684a74 Fix SerialBT.flush (#3579) mishafarms 2020-01-20 12:34:57 -0800
  • 1977370e6f
    IDF release/v3.3 (#3339) Me No Dev 2020-01-20 22:07:04 +0200
  • 307b1368dd
    Implement BTSerial onData to dynamically receive packets from SPP (#3649) Me No Dev 2020-01-20 19:43:52 +0200
  • 32d5654aa6
    Implement rmtLoop to be able to continuously send pulses (#3650) Me No Dev 2020-01-20 19:43:13 +0200
  • 7637a739cc Fix recent commit d8b2098 (PR #3377) which includes esp_adc_cal component but does not update CMakeLists.txt (#3648) Robert Alfaro 2020-01-20 08:40:40 -0800
  • cd85239252 Added file.close to examples (#3611) lbernstone 2020-01-20 07:47:40 -0700
  • ac9d04a400 Add BLEDevice::stopAdvertising() helper method to compliment startAdvertising(). (#3624) Robert Alfaro 2020-01-20 06:31:12 -0800
  • 2195109ecc Added the channel parameter to the scan fucntion in order to select which channel to scan. (#3638) Franco Minucci 2020-01-20 15:13:10 +0100
  • 8d938c849d Add HONEYLemon board (#3640) Sonthaya Boonchan 2020-01-20 21:12:02 +0700
  • cb005fc8b5 Extend BLEDevice::setPower() to include powerType parameter. It's optional and set to ESP_BLE_PWR_TYPE_DEFAULT for compatibility. (#3623) Robert Alfaro 2020-01-20 06:09:02 -0800
  • 89351e3ade Update WiFiClient.cpp (#3608) Guil-T 2020-01-20 09:08:17 -0500
  • 86de90fe24 Added partition and flash size menus for VintLabs boards (#3602) Paul Vint 2020-01-20 09:07:53 -0500
  • 5960cd3e2a update coreESP32 boards.txt (#3569) 张雷 2020-01-20 22:06:55 +0800
  • 82e208c8c9 Fixed incorrect board name for TinyPICO - You can now use this to detect it's a TinyPICO at compile time.... (#3567) Unexpected Maker 2020-01-21 01:06:25 +1100
  • e7c9813625 Added Piranha ESP-32 and Metro ESP-32 boards (#3542) drondistortion 2020-01-20 17:06:06 +0300
  • dd78794311 Update CaptivePortal.ino (#3628) DanielLester83 2020-01-20 08:04:21 -0600
  • 0607d36734 HardwareSerial::write(const char*, ...) API compatibility to AVR, ESP8266, et al (#3585) Dirk O. Kaar 2020-01-20 14:54:50 +0100
  • 6e77f7f3e5 Setting loging level to VERBOSE on Semaphore::take (#3545) I-Connect 2020-01-20 14:50:19 +0100
  • 915d45de7d Defined BLE setAdvertisementType (#3535) syonbori 2020-01-20 22:42:38 +0900
  • c2b37d95e0 Updated BLERemoteCharacteristic to exposre esp_gatt_auth_req_t parame… (#3531) lj 2020-01-20 08:40:13 -0500
  • 2f13a960ac Add WIFI_REASON_CONNECTION_FAIL in WiFiGeneric.cpp (#3529) felixstorm 2020-01-20 14:38:58 +0100
  • 579e04be25 Cleanup SPI_Multiple_Buses (#3527) Michael Uman 2020-01-20 05:37:47 -0800
  • 5443d7ca93 Add TTGO T Journal Camera module & improve commenting (#3515) WizardTim 2020-01-20 23:33:38 +1000
  • 7b3c1dfd50 Fix inability to use all buffers in RMT (#3512) Collin Kidder 2020-01-20 05:31:44 -0800
  • 85ef51ffbc BLE: reception support multiple service data (#3502) Evgenii Grekov 2020-01-20 18:30:29 +0500
  • 36075257c2 WString explicit converters to reduce Flash size (#3497) Clemens Kirchgatterer 2020-01-20 14:29:16 +0100
  • 7de1717640 Fix replacing of headers with overlapping names. Fixes issue #3483 (#3487) Jeroen88 2020-01-20 14:27:51 +0100
  • 8869d39d79 Created variant for LilyGo TTGO LoRa32-OLED V2 (#3479) Robson Oliveira dos Santos 2020-01-20 22:54:19 +0930
  • cfe8526ec8 Add Uri with support for regexUri and globUri (#3441) Bob 2020-01-20 14:21:01 +0100
  • c09ec5bd3d Added MGBOT IOTIK 32A and IOTIK 32B boards (#3427) Rostislav Varzar 2020-01-20 16:19:35 +0300
  • d8b2098461
    Use IDF's ADC Driver and Add analogReadMilliVolts (#3377) Me No Dev 2020-01-20 15:18:56 +0200
  • 3fc974f3aa bugfix(touchpad):swap touch8 and touch9 #3584 (#3620) TreeNewbeer 2020-01-09 14:11:40 +0800
  • 9ad860758c Fix Memory leak in addApbChangeCallback() (#3560) chuck todd 2019-12-30 12:35:29 -0700
  • cec3fca4ad Fix BluetoothSerial crash when restart (#3471) rgot-org 2019-11-11 18:31:09 +0100
  • dac493fb92 SPI: Fix discarded-qalifiers warning when compiling with all warnings (#3458) David J. Fiddes 2019-11-11 16:44:49 +0000
  • bc3d11364f Fixed incorrect usage of xEventGroupWaitBits (#3446) Rick van Hattem 2019-11-11 17:34:01 +0100
  • f41beb92bf Fixed so configTime will not crash if tcpip is not initialized (#3470) lbernstone 2019-11-11 07:50:56 -0700
  • 8c4ca5a235 Update BLE_client.ino (#3463) takanotume24 2019-11-11 23:49:34 +0900
  • b3085d4a8b Add menu items Partition Scheme and Debug Level for node32s (#3455) Jeroen88 2019-11-11 15:47:26 +0100
  • 547c2d3346 Root CA of webserver has changed, minor changes (#3447) Martin 2019-11-11 15:45:26 +0100
  • 7d2632c024 Implement Tx only Flush (#3433) chuck todd 2019-11-11 07:37:35 -0700
  • e59355df71 Docs for lib builder (#3415) lbernstone 2019-11-11 07:30:52 -0700
  • ec63d09e54 Fix WiFiGeneric event handler (#3412) Mikhail Khalizev 2019-11-11 16:24:50 +0300
  • 188560e7f3 Some event log messages were off by one. (#3391) xk 2019-11-11 14:21:24 +0100
  • 91e095f5a7 Add an error message in case of invalid configured dependency mbedTLS. (#3364) Sven 2019-10-17 08:48:36 +0200
  • c8d8dc2265 Added partition size options for TinyPICO (#3358) Unexpected Maker 2019-10-15 09:32:41 +1100
  • b847f41e24 SPI: Ensure all read-only data pointers are marked as const (#3356) David J. Fiddes 2019-10-14 18:39:27 +0100
  • 611ba8ea8a Update README.md (#3353) TechieZee 2019-10-14 23:08:04 +0530
  • 0cab2483e6 Added a description README.md for libraries (#3349) lbernstone 2019-10-14 11:37:09 -0600
  • 79e4339582 Remove warnings if no debug enabled (#3334) Luc 2019-10-08 15:35:42 +0800
  • a35035f827 fix authrization problem (#3329) lightzl 2019-10-08 15:34:36 +0800
  • 9ef3e2d2a6
    Allow sketches to have custom partitions (#3328) Me No Dev 2019-10-07 02:07:15 +0300
  • 0cdfb0b193
    Add support for WiFi long range mode (#3190) Me No Dev 2019-10-06 17:43:15 +0300
  • e50613622e Fix typo in SPIFFS and FFAT examples (#3322) Marian Šámal 2019-10-06 16:29:28 +0200
  • 24b277ad92 Add readFloat to BLE (#3321) copercini 2019-10-06 11:28:53 -0300
  • c2b3f2d6af Make yield() overridable (#2991) Dirk O. Kaar 2019-10-04 11:49:39 +0200
  • 8fb8e7d060 CI can be used on windows desktop with msys me-no-dev 2019-10-02 20:03:43 +0300
  • 048b26547a
    Update boards_manager.md Me No Dev 2019-10-02 16:06:15 +0300
  • b10ed77aaf
    Update boards_manager.md Me No Dev 2019-10-02 15:58:58 +0300
  • 4638628873 Wait for client.available() to prevent ESP32 crashes (#3154) Frank Paynter 2019-10-02 07:45:42 -0400
  • 6f70e27011 Base64::encode : const correctness / String by reference passing (#3314) Dirk Mueller 2019-10-02 13:29:24 +0200
  • d0b064a1ee
    Update CI scripts for better error handling (#3316) Me No Dev 2019-10-02 11:58:02 +0300
  • 85c77a9c3f
    Fix CI Builds for Linux (#3313) Me No Dev 2019-10-01 23:13:08 +0300
  • c8e3f0c732 Support Pi 4 on 64bit kernel me-no-dev 2019-10-01 22:15:13 +0300
  • 5ad468f9dc Add ARM toolchain me-no-dev 2019-10-01 21:48:03 +0300
  • 38c4c06108 Support for Master mode, Pin and SSP (#3219) IonicEV 2019-10-01 10:34:46 -0400
  • b334b2c2f9 Add config, menu partition Wrover (#3147) ROCIO RODRIGUEZ 2019-10-01 09:10:16 -0500
  • 8a46697168 Fix for issue_3209. (#3210) William Ferguson 2019-10-01 23:32:47 +1000
  • 270a2759d9
    Add pages action (#3311) Me No Dev 2019-10-01 16:04:20 +0300
  • 01d9345d28
    Update development JSON location Me No Dev 2019-10-01 12:14:07 +0300
  • 71e3d515f3 Fix BLEUUID toString (#3289) TANAKA Masayuki 2019-10-01 17:54:21 +0900
  • 64cfb33deb Add Added unimplemented getCharacteristicsByHandle function (#3277) TANAKA Masayuki 2019-10-01 17:43:59 +0900
  • 5f1dff7dad
    IDF release/v3.2 d3e562907 (#3292) Me No Dev 2019-10-01 11:21:44 +0300
  • 40ebee1cb1 Update BluetoothSerial.cpp (#3308) rafern 2019-10-01 09:10:31 +0100
  • ed96d2a1b7
    Use Github Actions for release (#3309) Me No Dev 2019-10-01 10:44:04 +0300
  • caa391ab34
    More efficient CI builds (#3303) Me No Dev 2019-09-30 12:10:48 +0300
  • 3b71e136e1
    Builder scripts update (#3300) Me No Dev 2019-09-30 02:01:29 +0300
  • 1c77790a5b
    allow the examples to build in a more strict env (#3299) Me No Dev 2019-09-29 23:47:02 +0300
  • 5bff89f0be Fixed issue-3153 - Allocating enough memory to construct the entire UUID as a String. (#3297) William Ferguson 2019-09-30 06:03:48 +1000
  • 9bbd720d4c Update BLEDevice.cpp (#3267) billprozac 2019-09-26 14:50:16 -0400
  • 589bb7032d Update WiFiScan.h (#3266) billprozac 2019-09-26 14:03:08 -0400
  • f8c06894c5 Better cleanup on mount failures, as the idf api now seems to assign handle and mountpoint before failing. Fixes #3265 (#3282) lbernstone 2019-09-26 10:12:52 -0600
  • a5c873b786 Update README.md me-no-dev 2019-09-24 23:32:13 +0300
  • 895a150840 Update README.md me-no-dev 2019-09-24 23:23:42 +0300
  • ca88fdc273 Fixed FFat::end. Fixes #3244 (#3245) lbernstone 2019-09-24 14:23:03 -0600
  • f32083a6d0 Fix timerRestart me-no-dev 2019-09-24 19:25:27 +0300
  • b30e55efff Added partition size option for Pico Kit (#3258) Larry Bank 2019-09-24 18:21:35 +0200
  • 0ac2de7aab Add partition schemes to adafruit featheresp32 (#3255) tpitman 2019-09-24 10:21:08 -0600
  • 0eec630314
    Add missing env to PIO CI build Me No Dev 2019-09-24 18:49:17 +0300
  • 731fd19bdf Update get.py me-no-dev 2019-09-24 17:20:58 +0300
  • 298c6104a2 Added board defintion for VintLabs boards (#3252) Paul Vint 2019-09-24 05:26:15 -0400
  • 8ea12f89f3 Update pins (#3249) Magicblocks 2019-09-23 12:44:33 +0530
  • b3ba80d570 nvs_handle is an int, was assigning NULL. Also cleaned up end to ensure no memory leak. (#3246) lbernstone 2019-09-22 14:31:38 -0600
  • a5935ce1cc Add sample for Time date for FatFS like SPIFFS (#3234) Luc 2019-09-22 14:38:24 +0800
  • 96d6975bd5 Changed WeMosBat.name (#3240) FraserLee 2019-09-22 00:37:45 -0600