me-no-dev
71e2142c7f
ESP-IDF update to 2bfdd036b and ESP-DSP
2021-01-12 21:51:11 +02:00
Sweety
93c6226177
Separate Provisioning library from WiFi library to avoid unnecessary compilation while using WiFi library ( #4550 )
2020-11-19 00:13:14 +02:00
Larry Bernstone
934553d290
Updated SD_MMC init to match changes upstream
2020-11-15 12:00:55 -07:00
Me No Dev
91025f8515
Merge branch 'master' into idf-release/v4.2
2020-11-15 12:04:09 +02:00
lbernstone
d8b1fc81c0
Added usedBytes to match other filesystems ( #4534 )
2020-11-15 08:48:21 +02:00
Me No Dev
378b6ac032
Fix issue in webserver with Chrome based browsers
...
https://github.com/espressif/arduino-esp32/issues/3652
2020-11-15 08:46:23 +02:00
Sweety
a2e0e865dd
Provisioning Fixes ( #4522 )
2020-11-12 14:31:59 +02:00
Me No Dev
9debb9fc76
Merge branch 'master' into idf-release/v4.2
2020-11-10 20:52:25 +02:00
Clemens Kirchgatterer
b6cc108d49
Update WiFiProv.cpp ( #4519 )
...
Do not pollute the global namespace with generic names like 'config' by declaring global variables 'static'.
2020-11-10 20:51:10 +02:00
Robby Decosemaeker
3274602eb0
Notify the batteryLevel change ( #4517 )
2020-11-10 13:02:00 +02:00
lorol
5d62ba56f6
Idf release/v4.2 - corrections of LITTLEFS and tools ( #4515 )
...
* Update package_esp32_index.template.json
Fix of wrong file type
* Update LITTLEFS.cpp
Suppress warnings fix.
2020-11-10 10:19:34 +02:00
Me No Dev
ca6405658a
Merge branch 'master' into idf-release/v4.2
2020-11-06 22:28:28 +02:00
Me No Dev
486a4c66c4
SDCARD: First sector always written twice if multiple sectors are updated
2020-11-06 22:20:20 +02:00
Me No Dev
ef5c73f1ed
Merge branch 'master' into idf-release/v4.2
2020-11-06 14:17:30 +02:00
ahorn42
c6a8da61f7
Allow faster reuse of socket, to be able to restart WifiServer. ( #4306 )
...
See #3960 for more details of the problem and the solution. I only implemented what was proposed in this ticket, as it solves my problem, which was the same as in this ticket. Credits for the code going to @etrinh ;-)
This also is a more consistence behaviour compared to esp8266, where it also is possible to restart the wifiserver immediately on the same port.
2020-11-06 14:16:50 +02:00
Me No Dev
591c43880a
RE: Change check for BT_ENABLE to really be a check for BLUEDROID_ENABLED ( #4497 )
...
* Change check for CONFIG_BT_ENABLE to really be a check for CONFIG_BLUEDROID_ENABLED
Which is really what should have been tested. This allows use of
the Arduino layer with the newer Nimble stack for those that don't want
to use Bluedroid.
In support of https://github.com/meshtastic/Meshtastic-device/issues/266
* Change check for CONFIG_BT_ENABLE to really be a check for CONFIG_BLUEDROID_ENABLED
Which is really what should have been tested. This allows use of
the Arduino layer with the newer Nimble stack for those that don't want
to use Bluedroid.
In support of https://github.com/meshtastic/Meshtastic-device/issues/266
* wifi prov changes
* merge fixes
Co-authored-by: geeksville <kevinh@geeksville.com>
2020-11-06 14:00:06 +02:00
Me No Dev
8767419289
Merge branch 'master' into idf-release/v4.2
2020-11-06 13:27:35 +02:00
me-no-dev
1bb7abe271
Make setHostname return true
2020-11-05 20:37:07 +02:00
Frank
3968821834
HttpClient uses Serial.printf() ( #4488 )
...
changed to log_d()
2020-11-04 14:49:33 +02:00
me-no-dev
ec5ec746d9
skip bt tests for esp32s2
2020-11-04 04:08:22 +02:00
Me No Dev
a4aaec6a23
Merge branch 'master' into idf-release/v4.2
2020-11-04 02:31:29 +02:00
me-no-dev
976aca4781
more fixes
2020-11-04 02:31:08 +02:00
Frank
90f869e772
Fix BUG: Parsing of first line fails ( #4484 )
...
..because a firstLine = false; is missing ;)
2020-11-04 02:24:01 +02:00
me-no-dev
72c25f2fdb
Update WiFiProv.ino
2020-11-04 02:21:38 +02:00
me-no-dev
37af4c9d2f
more fixes
2020-11-04 01:53:38 +02:00
me-no-dev
5e3189f2f1
fix some merge errors
2020-11-04 01:33:52 +02:00
lorol
b76c95206c
Adding LITTLEFS after esp_littlefs (IDF) is built-in ( #4483 )
...
Tools idea: https://github.com/lorol/arduino-esp32fs-plugin
2020-11-04 01:20:58 +02:00
copercini
bae722f1c1
Makes ethernet get an IP when connected ( #4234 )
2020-11-04 01:16:22 +02:00
Mike Dunston
fa852c955f
Update WiFiMulti.cpp ( #4099 )
...
Fix for https://github.com/espressif/arduino-esp32/issues/3914 by syncing with https://github.com/espressif/arduino-esp32/blob/esp32s2/libraries/WiFi/src/WiFiSTA.cpp#L161
2020-11-04 01:16:22 +02:00
me-no-dev
0ac788f666
Add option to select the core used for Arduino and it's events
2020-11-04 01:15:32 +02:00
me-no-dev
d777949bf5
Create USB_NOT.h
2020-11-04 01:11:28 +02:00
me-no-dev
1a7a928b64
Add option USB CDC to be used for Serial (starting USB early)
2020-11-04 01:11:28 +02:00
me-no-dev
4967f19513
Add support for custom VID/PID and Board name to show in ArduinoIDE ports list
2020-11-04 01:11:28 +02:00
me-no-dev
e325872f4e
Update USB.cpp
2020-11-04 01:11:28 +02:00
me-no-dev
e687951c0f
Some CDC and BTSerial compatibility fixes
2020-11-04 01:11:28 +02:00
me-no-dev
8cc9e955dc
Add debug output to CDC
2020-11-04 01:11:28 +02:00
me-no-dev
29e3d0e75f
Handle persistent reboot better in CDC
2020-11-04 01:11:28 +02:00
me-no-dev
7f54a357a4
Change driver attach api and remove DFU from CDC
2020-11-04 01:11:28 +02:00
me-no-dev
c9ae74f012
Update TinyUSB
2020-11-04 01:11:27 +02:00
me-no-dev
c6c3be12b9
Update USBCDC.cpp
2020-11-04 01:11:27 +02:00
me-no-dev
ec7a51b263
Fix compilation issues
2020-11-04 01:11:27 +02:00
me-no-dev
1b67e41c82
Add files to cmakelists and disconnect CDC if unplugged
2020-11-04 01:11:27 +02:00
me-no-dev
f43352b752
Add TinyUSB HAL and CDC
2020-11-04 01:10:37 +02:00
Mike Dunston
06125d22e1
Fixing static IP configuration so it doesn't get overwritten by DHCP as part of WiFi.begin(). ( #4103 )
...
Fixing DHCP client stop if WiFi.config() is called before WiFi.begin() (as done in WiFiClientStaticIP.ino)
2020-11-04 01:10:35 +02:00
me-no-dev
5dbcf201b8
Pull latest IDF and enable TinyUSB
2020-11-04 01:07:49 +02:00
me-no-dev
604abf0a96
Disable modem sleep by default on S2 for now.
2020-11-04 01:07:47 +02:00
me-no-dev
99b5be0037
Disable IRAM ISRs and functions by default
2020-11-04 01:07:18 +02:00
me-no-dev
87c9a8a8fa
some i2c fixes
2020-11-04 01:06:44 +02:00
me-no-dev
90e77cdaaf
Update WPS.ino
2020-11-04 01:06:44 +02:00
me-no-dev
59264b0254
Update WiFiProv.ino
2020-11-04 01:06:44 +02:00