Theo Arends
f0162377e2
Fix ESP32-C3 gpio hold
...
Fix ESP32-C3 gpio hold on non-relay gpios (#20030 )
2023-11-16 10:26:21 +01:00
Theo Arends
c1fa07dd51
Fix ESP32C3 ledlink
2023-11-13 10:54:25 +01:00
Theo Arends
098e29d7e0
Update support_esp32.ino
2023-11-10 12:42:13 +01:00
Theo Arends
ede5e398a6
Refactor hardware specific code
2023-11-10 12:24:20 +01:00
Theo Arends
7febc11b8c
Fix C2/C6 exception
2023-11-10 11:20:41 +01:00
Theo Arends
211da12342
Update feature list
2023-11-09 15:32:43 +01:00
Theo Arends
c6ca0ff10f
Squeeze some bytes out of it
2023-11-09 14:59:31 +01:00
Theo Arends
9b5945a117
Add feature10 bitmap
2023-11-09 14:25:24 +01:00
Jason2866
361c15d63b
Delete homekit.c ( #19923 )
2023-11-04 13:05:48 +01:00
s-hadinger
46df036b51
Cosmetic changes ( #19920 )
2023-11-04 11:46:25 +01:00
Theo Arends
63297ec5c9
Start using constexpr in featurelist
...
Saves 128 bytes.
2023-11-02 17:44:29 +01:00
Theo Arends
6410e72b6c
Add max size
2023-10-30 21:52:58 +01:00
Theo Arends
09f473b734
A future proof solution ;-)
2023-10-30 21:47:49 +01:00
Theo Arends
444f4fcd62
Fix ESP32 32MB program flash size
2023-10-30 15:29:01 +01:00
Theo Arends
0ae793a8d4
Save some bytes
2023-10-21 17:37:31 +02:00
Theo Arends
57860b692d
Fix GpioRead ( #19810 )
2023-10-21 17:20:55 +02:00
s-hadinger
356de1a16a
Add command ``GpioRead`` ( #19814 )
...
* Add command ``GpioRead``
* change output
2023-10-21 15:56:40 +02:00
Theo Arends
b6811b2f4e
Prep ESP32 I2C bus2 support
2023-10-19 16:59:53 +02:00
Theo Arends
0984c01828
Update changelogs
2023-10-13 14:50:51 +02:00
Theo Arends
d96ed15e95
Bump version v3.1.0.4
2023-10-04 13:52:08 +02:00
Theo Arends
99df8edc2d
Fix ESP32 chip version number
2023-10-04 12:47:58 +02:00
Barbudor
335e18e8cb
Allow webbutton up to 32 ( #19580 )
...
* Allow webbutton up to 32
* use named const
2023-09-29 09:56:52 +02:00
Christoph Friese
5d97a73ddf
Add ENS16x (air quality) and ENS210 (temp & RH) sensors ( #19479 )
...
* Add files via upload
Added ENS16x library enabling read-out of ENS160 and ENS161 sensor component (follow-up of CCS811 and iAQcore)
Added ENS210 library to read out ENS210 temperature & humidity sensor
* Add files via upload
Add air quality sensor readout for ENS160 and ENS161 checking two possible I2C addresses (follow up sensor for CCS811 and iAQcore)
Add temperature and humidity sensor readout checking two possible I2C addresses
* Update BUILDS.md
Add USE_ENS16x and USE_ENS210
* Update decode-status.py
Add USE_ENS16x and ENS210
* Update I2CDEVICES.md
Add USE_ENS16x and USE_ENS210
* Update my_user_config.h
Add USE_ENS16x and USE_ENS210
* Update support_features.ino
Add USE_ENS16x and USE_ENS210
* Update tasmota_configurations.h
Add USE_ENS16x and ENS210
* Update tasmota_configurations_ESP32.h
Add USE_ENS16x and USE_ENS210
* Update xsns_111_ens16x.ino
Corrected I2X number
* Update xsns_112_ens210.ino
Corrected I2C number
* Disable USE_ENS16x and USE_ENS210 by default
* Added code size information
* cut down in libs
* optimize tasmota side
* fix ens16x web display
* final fix on alternate addresses
* update code & RAM usage
---------
Co-authored-by: Barbudor <barbudor@barbudor.net>
2023-09-24 18:30:15 +02:00
Theo Arends
ffd09da89a
Fix DS18B20 for ESP32 with over 33 gpios
2023-09-19 15:20:10 +02:00
Theo Arends
81fc4e336b
Fix Arduino3 compilation
2023-09-14 14:17:51 +02:00
Theo Arends
2682d82628
Fix ESP32C3 relay click on restart
2023-09-13 23:16:38 +02:00
Theo Arends
16aab339e7
Clean up support command code
2023-09-11 11:45:27 +02:00
Theo Arends
597c3655b0
Fix MAX17043 invalid JSON ( #19495 )
2023-09-11 11:35:26 +02:00
s-hadinger
f4bc7c34c6
Support for IPv6 link-local zones for esp-idf 5.1 ( #19469 )
2023-09-06 14:48:12 +02:00
s-hadinger
a781ba3fc2
Fix compilation on Arduino 3 ( #19447 )
...
* Fix compilation on Arduino 3
* Fix compilation
2023-09-03 19:02:44 +02:00
s-hadinger
f7c4c16a9c
Support for HDMI CEC protocol ( #19434 )
2023-09-01 21:46:18 +02:00
stefanbode
2bae1f4368
sorry... ( #19429 )
2023-08-31 10:50:29 +02:00
stefanbode
3301875983
Added compiler option for doubleclick window ( #19428 )
2023-08-31 08:09:25 +02:00
Theo Arends
ff17a377cc
Allow display of revision v0.0
2023-08-30 16:03:03 +02:00
Theo Arends
62c36a49b3
Add ESP32-C6 GPIO26/28 in template
...
Add ESP32-C6 GPIO26/28 in template as Red pins used by flash (QIO) but optionally free if DIO/DOUT
2023-08-30 15:14:46 +02:00
Theo Arends
7f24d2027f
Fix rotary edge cases ( #19164 )
2023-08-25 17:06:27 +02:00
Theo Arends
03c72501a5
Finally add ESP32-P4 ;-)
2023-08-25 13:11:00 +02:00
Theo Arends
d5b12c8718
Consolidate esp32 hardware info
2023-08-25 12:48:35 +02:00
Theo Arends
b1fba92e87
Fix idf chip revision
2023-08-25 10:55:20 +02:00
Theo Arends
d340c91cd7
Revert "Fix idf chip revision"
...
This reverts commit e5cb367581
.
2023-08-24 20:52:36 +02:00
Theo Arends
e5cb367581
Fix idf chip revision
2023-08-24 17:48:41 +02:00
Theo Arends
701d33f645
Phase 2 support C2/C6
2023-08-23 13:02:13 +02:00
Theo Arends
0c3b559630
Phase 1 support C2/C6
2023-08-21 16:00:20 +02:00
Theo Arends
2eaa0fcb67
Update switch comments
2023-08-17 23:28:27 +02:00
Christian Baars
b5cc48dd64
ESP32: pass flashmode at build time to macro definition ( #19299 )
...
* pass flashmode at build time to macro definition
* fix 8266 builds
2023-08-12 11:31:06 +02:00
Christian Baars
7544d2f23c
fix IRAM_ATTR specified both in function declaration and definition ( #19286 )
2023-08-10 12:19:18 +02:00
s-hadinger
0b3d6fd146
Prepare for Arduino v3 / esp-idf v5 2nd batch ( #19265 )
2023-08-05 20:34:24 +02:00
s-hadinger
5c8c7cdfca
Prepare for Arduino v3 / esp-idf v5 ( #19264 )
2023-08-05 15:11:10 +02:00
Christian Baars
732e4106b8
add wifitest3 ( #19259 )
2023-08-04 20:17:36 +02:00
Theo Arends
978a21240c
Update changelogs
2023-07-24 15:30:48 +02:00