TD-er
23749cd54d
Merge remote-tracking branch 'letscontrolit/mega' into feature/ESP32_IDF_5_1
2023-11-04 15:50:24 +01:00
TD-er
c1938c3b2c
Merge pull request #4858 from tonhuisman/feature/NeoPixel-replace-adafruit_neopixel-lib-by-neopixelbus
...
[NEOPIXEL] Add NeoPixelBus_wrapper and implement in NeoPixel plugins
2023-11-04 15:48:39 +01:00
Ton Huisman
166745692e
[P070] Minor improvements
2023-11-04 15:41:02 +01:00
Ton Huisman
546937a060
[P042] Fix initializations to avoid crash at start, minor improvements
2023-11-04 15:40:40 +01:00
Ton Huisman
639a6cc8bb
[P041] Uncrustify source, minor improvements
2023-11-04 15:39:32 +01:00
Ton Huisman
7b8ebd71a4
[P131] Fix variable initialization, call begin() to start the NeoPixels
2023-11-04 14:28:02 +01:00
Ton Huisman
d8d79e9cdd
[Lib] Remove Adafruit_NeoPixel from repo
2023-11-04 14:26:43 +01:00
Ton Huisman
455f771ecf
[Lib] Adafruit_NeoMatrix: Fix includes
2023-11-04 14:26:09 +01:00
Ton Huisman
4645da91da
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/NeoPixel-replace-adafruit_neopixel-lib-by-neopixelbus
2023-11-04 14:25:07 +01:00
TD-er
f0c1c76511
[GPS] Cleanup old code
2023-11-04 01:34:03 +01:00
TD-er
8226c69d90
[ESP-IDF5.1] Fix building IR plugins on ESP32-S3
2023-11-04 01:33:22 +01:00
TD-er
13211c4d1c
[GPS] Fix showing lat/long scatter plot
2023-11-04 01:12:15 +01:00
TD-er
f7418b2b40
[ESP-IDF5.1] Fix building IR plugins for IDF 5.1 builds
2023-11-03 23:06:27 +01:00
TD-er
ebbeb42bee
Merge remote-tracking branch 'letscontrolit/mega' into feature/ESP32_IDF_5_1
2023-11-03 22:43:31 +01:00
TD-er
d3e38d4c10
[ESP-IDF5.1] Disable WiFi power save during connect
2023-11-03 22:42:54 +01:00
TD-er
70510796f4
Merge pull request #4867 from tonhuisman/feature/IRremoteESP8266-update-library
...
[Lib] IRremoteESP8266 update to v2.8.6, with ESPEasy patches applied, IDF 5.x compatibility
2023-11-03 22:40:50 +01:00
Ton Huisman
4e8109fc08
[Lib] IRremoteESP8266 update to v2.8.6, with ESPEasy patches applied
...
- Disable some (more) IR protocols to make 1M build fit
- Add IDF 5.x compatibility
2023-11-03 20:47:05 +01:00
TD-er
ca0ca1f5af
[ESP8266] Extend ESP8285 module detection various built in flash sizes
2023-11-02 23:25:24 +01:00
TD-er
a642a793fe
[ESP8266] Fix compiler warning in order of member initialization
2023-11-02 23:23:17 +01:00
TD-er
06e7a28f33
[ESP-IDF5.1] Fix issues in IPAddress (SDK platform build)
2023-11-02 23:22:37 +01:00
TD-er
50c533d394
[WiFi] Fix ESP32 taking very long time to get (re)connected
2023-11-01 09:15:27 +01:00
Ton Huisman
6c226e8b6f
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/NeoPixel-replace-adafruit_neopixel-lib-by-neopixelbus
2023-10-30 20:12:25 +01:00
TD-er
ec67340ef1
Merge remote-tracking branch 'letscontrolit/mega' into feature/ESP32_IDF_5_1
2023-10-30 15:20:28 +01:00
TD-er
063f43a21c
Merge pull request #4863 from TD-er/bugfix/WiFi_B_G_mode
...
[WiFi] Fix force B/G mode on ESP8266
2023-10-30 15:18:34 +01:00
TD-er
8f14cb0a4c
[WiFi] Limit WiFi speed to HT20 for 802.11n mode on ESP32
2023-10-30 11:48:46 +01:00
TD-er
a81d5638ae
[WiFi] Fix force B/G mode on ESP8266
...
Also add automatic fallback to a mode supported by the access point when settings force a mode not supported by the access point. (only on ESP32 or ESP8266 SDK3.x)
2023-10-30 11:24:20 +01:00
TD-er
f412c3c648
[WiFi] Fix force B/G mode on ESP8266
...
Also add automatic fallback to a mode supported by the access point when settings force a mode not supported by the access point. (only on ESP32 or ESP8266 SDK3.x)
2023-10-30 11:23:43 +01:00
Ton Huisman
af48ffa29e
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/NeoPixel-replace-adafruit_neopixel-lib-by-neopixelbus
2023-10-29 22:21:52 +01:00
TD-er
9dca828fa2
[Build] Add missing include for ESP8266 reading ADC
2023-10-29 17:02:29 +01:00
TD-er
48d209a42e
[Cleanup] Simplify function names for P026_SysInfo
2023-10-29 17:02:04 +01:00
TD-er
b23e6295ed
[SysInfo] Add PSRAM to P026_sysinfo and cleanup code
2023-10-29 16:24:11 +01:00
TD-er
9387e5e536
[Cleanup] Simplify StringConverter::parseHexTextData function
2023-10-29 14:13:34 +01:00
TD-er
b00cc01ca1
[Cleanup] Reduce build size by compacting logs
2023-10-29 14:12:22 +01:00
TD-er
cafb0059e8
[ESP-IDF5.1] Move to latest platform package build 2023-10-24
2023-10-29 13:58:39 +01:00
Ton Huisman
dab2d24e9e
[Build] Freeze Python version on 3.11 so pygit2 will run as intended
2023-10-28 23:14:57 +02:00
TD-er
1295d6f85e
Merge pull request #4861 from tonhuisman/feature/Build-accommodate-pygit2-issue-with-python-3.12
...
[Build] Freeze Python version on 3.11 so pygit2 will run as intended
2023-10-28 22:59:18 +02:00
Ton Huisman
a0fd67bb50
[Build] Freeze Python version on 3.11 so pygit2 will run as intended
2023-10-28 22:47:10 +02:00
Ton Huisman
5090808325
[NeopixelWrapper] Code optimization
2023-10-28 16:28:40 +02:00
Ton Huisman
9695519cce
[Build] Fix some cherry-pick diffs
2023-10-28 11:19:30 +02:00
Ton Huisman
1f447d2b84
[Neopixel] Fix fall-through return value
2023-10-28 11:16:54 +02:00
Ton Huisman
021f7ea4da
[Build] Try older Python version
2023-10-28 10:38:26 +02:00
Ton Huisman
e172745b07
[Build] Try fix failing pygit2 install
2023-10-28 10:26:38 +02:00
Ton Huisman
e85784000d
[Build] Undo changes
2023-10-27 22:59:29 +02:00
Ton Huisman
98ee5357d7
[Build] Freeze pip dependencies
2023-10-27 22:42:46 +02:00
Ton Huisman
f503b186ac
[Neopixel] Fixes and improvements
2023-10-27 21:27:21 +02:00
Ton Huisman
3f86d2e141
[ESP-IDF5.1] Fix build issue on older IDF based builds
2023-10-27 21:22:22 +02:00
Ton Huisman
02b41360eb
[Build] Undo changes
2023-10-27 21:04:42 +02:00
Ton Huisman
b000c58c9d
[Build] Explicit version of libgit2
2023-10-27 21:01:06 +02:00
Ton Huisman
a6a55d5161
[Build] Try older/current version of pip
2023-10-27 20:46:11 +02:00
Ton Huisman
e6cecc37fc
[Build] Restore pygit2 version
2023-10-27 20:34:30 +02:00