c780d6fc58
Update to latest idf once again
2025-06-02 10:56:36 +02:00
07f43ec91c
Remove shit quality adc code
2022-09-17 22:12:12 +02:00
a3d5e78b83
Fix to compile under cpp23 again successfully
2022-06-22 14:53:37 +02:00
2b2f7cd936
Updated to newest IDF with new GCC
2022-06-13 20:34:19 +02:00
a2c33507ba
Cleanup arduino useless bullshit
2022-05-23 23:54:26 +02:00
c7da12b153
Removed useless shitty bullshit Arduino.h
2022-05-23 23:41:24 +02:00
c85a4725a9
Cleanup arduino useless bullshit
2022-05-23 23:28:35 +02:00
ce4aa4606c
add toString for i2c errors
2021-11-03 21:17:52 +01:00
f607edea13
proper return types
2021-11-03 19:02:30 +01:00
d237cc9df6
Removed shitty Print and shitty Printable interfaces
2021-04-21 21:57:49 +02:00
899e7e01d4
Removed more low quality code to fix warnings
2021-03-06 08:59:42 +01:00
4458870228
64bit millis() preparations
2021-03-03 15:19:46 +01:00
e385dd8abc
Dont include log header by default everywhere
2021-03-03 15:19:46 +01:00
a4a32ef88a
Removed more shitty garbage stuff
2021-03-03 15:19:46 +01:00
9ff721dede
Removed more bullshit components which got replaced by proper C++ code
2021-03-03 15:19:45 +01:00
9bd3e02d0f
Increase stack size
2021-03-03 15:18:59 +01:00
35bea57d10
Removed more bullshit useless dumb code
2021-03-03 15:18:59 +01:00
2e19b9ff5b
Removed bullshit shitty files from shitty arduino developers who write shitty code
2021-03-03 15:18:56 +01:00
f41438597d
Fixed to get compiling again with newest esp-idf
2021-01-07 18:44:25 +01:00
dcf9895955
esp-idf fixes
2020-12-16 19:01:29 +01:00
93c6226177
Separate Provisioning library from WiFi library to avoid unnecessary compilation while using WiFi library ( #4550 )
2020-11-19 00:13:14 +02:00
934553d290
Updated SD_MMC init to match changes upstream
2020-11-15 12:00:55 -07:00
91025f8515
Merge branch 'master' into idf-release/v4.2
2020-11-15 12:04:09 +02:00
d8b1fc81c0
Added usedBytes to match other filesystems ( #4534 )
2020-11-15 08:48:21 +02:00
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
a2e0e865dd
Provisioning Fixes ( #4522 )
2020-11-12 14:31:59 +02:00
9debb9fc76
Merge branch 'master' into idf-release/v4.2
2020-11-10 20:52:25 +02:00
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
3274602eb0
Notify the batteryLevel change ( #4517 )
2020-11-10 13:02:00 +02:00
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
ca6405658a
Merge branch 'master' into idf-release/v4.2
2020-11-06 22:28:28 +02:00
486a4c66c4
SDCARD: First sector always written twice if multiple sectors are updated
2020-11-06 22:20:20 +02:00
ef5c73f1ed
Merge branch 'master' into idf-release/v4.2
2020-11-06 14:17:30 +02:00
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
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
8767419289
Merge branch 'master' into idf-release/v4.2
2020-11-06 13:27:35 +02:00
1bb7abe271
Make setHostname return true
2020-11-05 20:37:07 +02:00
3968821834
HttpClient uses Serial.printf() ( #4488 )
...
changed to log_d()
2020-11-04 14:49:33 +02:00
ec5ec746d9
skip bt tests for esp32s2
2020-11-04 04:08:22 +02:00
a4aaec6a23
Merge branch 'master' into idf-release/v4.2
2020-11-04 02:31:29 +02:00
976aca4781
more fixes
2020-11-04 02:31:08 +02:00
90f869e772
Fix BUG: Parsing of first line fails ( #4484 )
...
..because a firstLine = false; is missing ;)
2020-11-04 02:24:01 +02:00
72c25f2fdb
Update WiFiProv.ino
2020-11-04 02:21:38 +02:00
37af4c9d2f
more fixes
2020-11-04 01:53:38 +02:00
5e3189f2f1
fix some merge errors
2020-11-04 01:33:52 +02:00
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
bae722f1c1
Makes ethernet get an IP when connected ( #4234 )
2020-11-04 01:16:22 +02:00
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
0ac788f666
Add option to select the core used for Arduino and it's events
2020-11-04 01:15:32 +02:00
d777949bf5
Create USB_NOT.h
2020-11-04 01:11:28 +02:00