Tasmota/tasmota
Scott fd550fd104 PCA9685 (driver15) - Allow the "ALL" virtual pin 61 for pwm values
The datasheet shows register 250 is "ALL" pins, which corresponds to
virtual pin 61 (61*4+6=250).  Pin 61 was already allowed with PWM
command for OFF and ON, but not specified pwm values.  This update
allows virtual pin 61 to be assigned pwm values for all channels.

Example usage to set all channels to 2500:

`driver15 pwm,61,2500`
2022-01-23 13:14:19 -05:00
..
berry LVGL calibrate touch screen 2022-01-15 23:03:24 +01:00
displaydesc fix rotate 2021-10-04 13:04:48 +02:00
html_compressed fix favicon 2022-01-08 13:53:03 +01:00
html_uncompressed Add favicon for all 2022-01-08 14:18:16 +01:00
language Update Italian language 2022-01-19 12:14:14 +01:00
lvgl_berry LVGL moved Freetype embedded in LVGL8 2022-01-13 19:32:16 +01:00
homekit.c get number of open sockets for debugging 2021-11-16 07:41:02 +01:00
i18n.h Add undocumented JSON command 2022-01-23 12:29:06 +01:00
my_user_config.h Add setting for IRremoteESP8266 tolerance 2022-01-21 17:24:32 +02:00
sendemail_ESP32.ino Remove AddLog_P in favour of AddLog 2021-06-05 11:47:09 +02:00
sendemail_ESP8266.h
sendemail_ESP8266.ino fix esp8266 email 2022-01-14 10:00:32 +01:00
settings.h Add command `WebTime <start_pos>,<end_pos>` 2022-01-16 16:19:28 +01:00
settings.ino Add setting for IRremoteESP8266 tolerance 2022-01-21 17:24:32 +02:00
support_button.ino Add Xdrv function FUNC_BUTTON_MULTI_PRESSED 2021-11-30 14:55:45 +01:00
support_command.ino Add command `Json {<Tasmota commands>}` 2022-01-23 17:43:17 +01:00
support_cores.ino
support_crash_recorder.ino Remove warning in crashrecorder 2021-09-12 19:55:15 +02:00
support_device_groups.ino Fix multicast 2022-01-14 23:02:05 +01:00
support_eeprom.ino
support_esp.ino Berry stores compiled bytecode into IRAM, freeing space in heap 2022-01-06 13:41:51 +01:00
support_esptool.ino
support_features.ino Add support for BME688 2022-01-19 17:05:39 +01:00
support_flash_log.ino
support_float.ino Fix changeUIntScale to be stable 2021-12-23 12:48:12 +01:00
support_jpeg.ino
support_network.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
support_profiling.ino Fix profiling compile time warnings 2021-11-03 10:42:30 +01:00
support_rotary.ino Change Mi Desk Pro template and remove the need for dedicated name 2021-08-05 09:43:08 +02:00
support_rtc.ino Refactor GPIO_HEARTBEAT 2021-12-18 14:30:25 +01:00
support_statistics.ino
support_switch.ino Adapt action for state 10 2021-08-30 00:13:40 +02:00
support_tasmota.ino Fix to allow compilation of minicustom32 2022-01-16 21:34:29 +01:00
support_udp.ino Remove WiFiUDP32 to solve linker warnings 2022-01-14 22:53:19 +01:00
support_wifi.ino Remove Tasmota Gratuitous ARP code for ESP32 2021-11-22 16:20:26 +01:00
support.ino Remove WiFiUDP32 to solve linker warnings 2022-01-14 22:53:19 +01:00
tasmota_ca.ino Fix link in AWS CA 2021-12-01 23:02:45 +01:00
tasmota_compat.h
tasmota_configurations_ESP32.h fix homekit enable 2022-01-19 17:12:02 +01:00
tasmota_configurations.h fix homekit enable 2022-01-19 17:12:02 +01:00
tasmota_globals.h Add setting for IRremoteESP8266 tolerance 2022-01-21 17:24:32 +02:00
tasmota_template_legacy.h revert changes according to arendst: "It's legacy and will not work with any addition." 2022-01-15 14:14:32 +01:00
tasmota_template.h fixes 2022-01-15 14:16:15 +01:00
tasmota_version.h Add command `WebTime <start_pos>,<end_pos>` 2022-01-16 16:19:28 +01:00
tasmota.h Add command `SetOption44 1..100` 2022-01-22 12:33:02 +01:00
tasmota.ino fix include for HTTPUpdate 2022-01-16 17:58:46 +01:00
user_config_override_sample.h Support for second DNS server 2021-07-29 16:57:04 +02:00
xdrv_01_webserver.ino Update xdrv_01_webserver.ino 2022-01-17 19:41:17 +01:00
xdrv_02_1_mqtt_file.ino Prep MQTT file upload/download for TasMesh 2021-07-01 15:28:18 +02:00
xdrv_02_9_mqtt.ino Fix ESP8266 compilation 2022-01-13 15:35:30 +01:00
xdrv_03_energy.ino rebase / fixes 2022-01-15 14:20:31 +01:00
xdrv_04_light_utils.ino Berry add `light` module 2021-04-04 19:36:25 +02:00
xdrv_04_light.ino Add support for Linkind dimmer 2022-01-07 16:17:53 +01:00
xdrv_05_irremote_full.ino Set default IR receive tolerance (25%) if set to zero 2022-01-21 18:56:19 +02:00
xdrv_05_irremote.ino Set default IR receive tolerance (25%) if set to zero 2022-01-21 18:56:19 +02:00
xdrv_06_snfbridge.ino Refactor Tuya webbutton 2021-12-15 12:30:48 +01:00
xdrv_07_domoticz.ino Update RG-15 2022-01-04 12:09:16 +01:00
xdrv_08_serial_bridge.ino Refactor serial config 2021-12-30 14:39:22 +01:00
xdrv_09_timers.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_10_rules.ino Added %color% variable to rules 2022-01-22 21:22:23 -03:00
xdrv_10_scripter.ino esp8266 email, scripter on 1m devices 2022-01-21 08:03:12 +01:00
xdrv_11_knx.ino Merge branch 'development' into dev-energy-split 2021-10-02 15:30:05 +02:00
xdrv_12_discovery.ino Refactor Tuya driver to enable ESP32 support 2021-12-19 16:41:10 +01:00
xdrv_12_home_assistant.ino add state_class to energy totals to support Home Assistant long term statistics 2022-01-12 23:04:47 +01:00
xdrv_13_display.ino configurable text sfac 2021-12-08 16:32:02 +01:00
xdrv_14_mp3.ino
xdrv_15_pca9685.ino PCA9685 (driver15) - Allow the "ALL" virtual pin 61 for pwm values 2022-01-23 13:14:19 -05:00
xdrv_16_tuyamcu.ino Refactor Tuya driver to enable ESP32 support 2021-12-19 16:41:10 +01:00
xdrv_17_rcswitch.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_18_armtronix_dimmers.ino
xdrv_19_ps16dz_dimmer.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_20_hue.ino Fix Alexa bug in discovery 2022-01-17 18:36:13 +01:00
xdrv_21_wemo_multi.ino Remove WiFiUDP32 to solve linker warnings 2022-01-14 22:53:19 +01:00
xdrv_21_wemo.ino Remove WiFiUDP32 to solve linker warnings 2022-01-14 22:53:19 +01:00
xdrv_22_sonoff_ifan.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_23_zigbee_0_constants.ino Zigbee fix cc2652 init and permitjoin 2021-02-18 20:04:41 +01:00
xdrv_23_zigbee_1_headers.ino Zigbee refactored storage for devices and data 2021-04-22 14:49:38 +02:00
xdrv_23_zigbee_1z_libs.ino Zigbee allow numbers as string 2021-03-02 21:18:08 +01:00
xdrv_23_zigbee_2_devices.ino Fix Alexa bug in discovery 2022-01-17 18:36:13 +01:00
xdrv_23_zigbee_2a_devices_impl.ino Fix Alexa bug in discovery 2022-01-17 18:36:13 +01:00
xdrv_23_zigbee_3_hue.ino Fix Alexa bug in discovery 2022-01-17 18:36:13 +01:00
xdrv_23_zigbee_4a_nano_fs.ino Remove AddLog_P in favour of AddLog 2021-06-05 11:47:09 +02:00
xdrv_23_zigbee_4b_data.ino Remove AddLog_P in favour of AddLog 2021-06-05 11:47:09 +02:00
xdrv_23_zigbee_4c_devices.ino Zigbee Fix loading previous file 2021-04-22 16:51:11 +02:00
xdrv_23_zigbee_5__constants.ino Add Tuya Window Covering attributes 2021-09-06 14:45:10 +02:00
xdrv_23_zigbee_5_converters.ino Fix Alexa bug in discovery 2022-01-17 18:36:13 +01:00
xdrv_23_zigbee_6_commands.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_23_zigbee_7_0_statemachine.ino Remove AddLog_P in favour of AddLog 2021-06-05 11:47:09 +02:00
xdrv_23_zigbee_7_5_map.ino
xdrv_23_zigbee_8_parsers.ino Zigee increase auto-bind range #10399 2021-08-22 22:44:21 +02:00
xdrv_23_zigbee_9_serial.ino ZigBee serial: always initialize RST pins (for TCP serial server) 2021-11-30 18:27:13 +01:00
xdrv_23_zigbee_9a_upload.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_23_zigbee_A_impl.ino Add missing & for coherency 2021-12-30 09:39:29 +01:00
xdrv_24_buzzer.ino Fixed ESP32 LedPwmMode exception 2021-12-22 16:50:29 +01:00
xdrv_25_A4988_Stepper.ino
xdrv_26_ariluxrf.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_27_shutter.ino Fix shutter mode 1 (#14405) 2022-01-14 10:11:52 +01:00
xdrv_28_pcf8574.ino Fix wrong Json with PCF8574 sensor 2021-06-14 14:27:35 +02:00
xdrv_29_deepsleep.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_30_exs_dimmer.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_31_tasmota_client.ino Minor define change 2022-01-22 17:55:55 +01:00
xdrv_32_hotplug.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_33_nrf24l01.ino
xdrv_34_wemos_motor_v1.ino
xdrv_35_pwm_dimmer.ino Fix millisecond comparisons 2022-01-16 13:23:30 -06:00
xdrv_36_keeloq.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_37_sonoff_d1.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_38_ping.ino Fix ping on Esp32 2021-07-04 22:04:34 +02:00
xdrv_39_thermostat.ino Fix calculation of thermostat duty cycle value 2022-01-11 20:43:54 +01:00
xdrv_40_telegram.ino Fix compilation error 2021-12-03 13:53:04 +01:00
xdrv_41_tcp_bridge.ino Fix tcp bridge serial config (#13649) 2021-11-12 09:07:06 +01:00
xdrv_42_i2s_audio.ino ESP32 Compile error when I2S_AUDIO is enabled 2021-12-18 21:52:23 +01:00
xdrv_43_mlx90640.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_44_miel_hvac.ino Refactor serial config 2021-12-30 14:19:24 +01:00
xdrv_45_shelly_dimmer.ino Add energy total spilt 2021-09-29 15:33:58 +02:00
xdrv_46_ccloader.ino Enable CCLoader in binary tasmota-zigbee 2021-06-14 19:36:07 +02:00
xdrv_47_ftc532.ino Use IRAM_ATTR in place of ICACHE_RAM_ATTR 2021-04-02 17:14:08 +02:00
xdrv_48_timeprop.ino easier to disable PID_USE_TIMPROP 2021-09-25 17:20:36 +00:00
xdrv_49_pid.ino easier to disable PID_USE_TIMPROP 2021-09-25 17:20:36 +00:00
xdrv_50_filesystem.ino Update xdrv_50_filesystem.ino 2022-01-09 18:24:39 +01:00
xdrv_51_bs814a2.ino
xdrv_52_0_berry_struct.ino Berry mapping step 1 2021-12-12 18:56:11 +01:00
xdrv_52_1_berry_native.ino Reduce logging for Berry 2022-01-10 18:37:28 +01:00
xdrv_52_3_berry_audio.ino ESP8266Audio library from v1.5.0 to v1.9.2 2021-07-30 16:34:50 +02:00
xdrv_52_3_berry_crypto.ino Berry support for Curve 25519 EC crypto 2021-08-30 21:01:06 +02:00
xdrv_52_3_berry_display.ino Berry pycoc optimization 2021-12-09 19:37:00 +01:00
xdrv_52_3_berry_flash.ino Berry add module flash 2021-06-03 13:23:25 +02:00
xdrv_52_3_berry_gpio.ino Berry improvement to constants 2022-01-20 22:02:21 +01:00
xdrv_52_3_berry_leds.ino Berry leds improvements 2021-12-01 22:44:58 +01:00
xdrv_52_3_berry_light.ino Berry C mapping moved to a separate `berry_mapping` library 2021-12-17 19:41:36 +01:00
xdrv_52_3_berry_lvgl.ino LVGL moved Freetype embedded in LVGL8 2022-01-13 19:32:16 +01:00
xdrv_52_3_berry_MI32.ino Update xdrv_52_3_berry_MI32.ino 2022-01-17 20:46:46 +01:00
xdrv_52_3_berry_onewire.ino Berry preliminary support for OneWire 2021-08-23 20:32:32 +02:00
xdrv_52_3_berry_serial.ino Berry support for Serial 2021-09-14 22:07:20 +02:00
xdrv_52_3_berry_tasmota_global.ino Berry fast loop 2022-01-09 19:22:23 +01:00
xdrv_52_3_berry_tasmota.ino LVGL moved Freetype embedded in LVGL8 2022-01-13 19:32:16 +01:00
xdrv_52_3_berry_webclient.ino Fix tcp (revert last change) 2022-01-20 23:04:13 +01:00
xdrv_52_3_berry_webserver.ino Berry C mapping moved to a separate `berry_mapping` library 2021-12-17 19:41:36 +01:00
xdrv_52_3_berry_wire.ino Berry avoid crash when I2C is not configured 2021-11-04 20:21:59 +01:00
xdrv_52_7_berry_embedded.ino LVGL modularization 2021-12-27 18:12:38 +01:00
xdrv_52_9_berry.ino Berry ctype functions 2022-01-19 22:56:11 +01:00
xdrv_53_projector_ctrl.h ACER protocol - additional notes 2021-05-25 18:14:36 +02:00
xdrv_53_projector_ctrl.ino Refactor serial config 2021-12-30 14:19:24 +01:00
xdrv_54_lvgl.ino LVGL calibrate touch screen 2022-01-15 23:03:24 +01:00
xdrv_55_touch.ino LVGL fix calibration not applied when not touched 2022-01-17 19:37:38 +01:00
xdrv_56_BM8563_RTC.ino Refactor BM8563 driver 2021-11-02 14:54:32 +01:00
xdrv_57_1_tasmesh_support.ino Add initial support for Tasmota Mesh 2021-07-02 14:08:06 +02:00
xdrv_57_9_tasmesh.ino Fix Tasmesh special case packet size 2021-07-17 14:34:11 +02:00
xdrv_58_range_extender.ino Fix race condition on rapid reconnect 2021-08-08 15:51:30 +10:00
xdrv_59_influxdb.ino Merge pull request #13756 from s-hadinger/berry_call_sensors 2021-11-21 20:12:14 +01:00
xdrv_60_shift595.ino Refactor Shift595 2021-12-05 14:49:49 +01:00
xdrv_79_esp32_ble.ino "details" to "DetailsBLE" for better rule use 2021-11-14 14:26:48 -05:00
xdrv_80_esp32_odroidgo.ino
xdrv_81_esp32_webcam.ino Fix ESP32 webcam WDT 2021-12-17 18:01:27 +01:00
xdrv_82_esp32_ethernet.ino Phase 2/2 Ethernet IP address config 2022-01-13 15:27:24 +01:00
xdrv_83_esp32_watch.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdrv_84_esp32_core2.ino fix compile with core 2.0.x 2021-11-08 09:35:55 +01:00
xdrv_85_BLE_EQ3_TRV.ino Change order of window -temp- dur. 2022-01-21 16:50:55 +01:00
xdrv_86_esp32_sonoff_spm.ino Add SSPM mapping warning 2022-01-14 12:45:50 +01:00
xdrv_98_file_settings_demo.ino Enable UFILESYS, GUI_TRASH_FILE and GUI_EDIT_FILE for any device compiled with more than 1M flash size 2021-06-27 11:36:05 +02:00
xdrv_99_debug.ino Add debug MemDump 2022-01-03 14:02:18 +01:00
xdrv_interface.ino Fix ESP8266 exception when using profiling 2021-10-31 11:57:06 +01:00
xdsp_01_lcd.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdsp_02_ssd1306.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdsp_03_matrix.ino `DisplayDimmer` has now range 0..100 instead of 0..15 (#13132) 2021-09-14 22:40:26 +02:00
xdsp_04_ili9341.ino `DisplayDimmer` has now range 0..100 instead of 0..15 (#13132) 2021-09-14 22:40:26 +02:00
xdsp_05_epaper_29.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdsp_06_epaper_42.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdsp_07_sh1106.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdsp_09_SSD1351.ino `DisplayDimmer` has now range 0..100 instead of 0..15 (#13132) 2021-09-14 22:40:26 +02:00
xdsp_10_RA8876.ino `DisplayDimmer` has now range 0..100 instead of 0..15 (#13132) 2021-09-14 22:40:26 +02:00
xdsp_11_sevenseg.ino `DisplayDimmer` has now range 0..100 instead of 0..15 (#13132) 2021-09-14 22:40:26 +02:00
xdsp_12_ST7789.ino `DisplayDimmer` has now range 0..100 instead of 0..15 (#13132) 2021-09-14 22:40:26 +02:00
xdsp_14_SSD1331.ino `DisplayDimmer` has now range 0..100 instead of 0..15 (#13132) 2021-09-14 22:40:26 +02:00
xdsp_15_tm1637.ino Merge pull request #13077 from ajithvasudevan/max7912_scrolltext_enhancement 2021-09-20 11:16:59 +02:00
xdsp_16_esp32_epaper_47.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xdsp_17_universal.ino Reduced logs for uDisplay 2022-01-13 19:20:10 +01:00
xdsp_18_berry_display.ino Support for DisplayDimmer for Core2 with Berry drivers 2021-11-04 19:29:06 +01:00
xdsp_19_max7219_matrix.ino merged, ready for PR2 2021-12-18 15:14:47 +01:00
xdsp_interface.ino Fix some display issues 2021-03-17 17:26:00 +01:00
xlgt_01_ws2812.ino revert /xlgt_01_ws2812.ino 2021-12-17 15:26:13 +03:00
xlgt_02_my92x1.ino Enable My92X1 for ESP32 2021-12-19 16:57:57 +01:00
xlgt_03_sm16716.ino Fixed ESP32 LedPwmMode exception 2021-12-22 16:50:29 +01:00
xlgt_04_sm2135.ino
xlgt_05_sonoff_l1.ino Fix Sonoff L1 (lite) smoother color transitions 2021-09-01 11:14:30 +02:00
xlgt_06_electriq_moodl.ino
xlgt_07_lsc_mcsl.ino Refactor SonoffRfBridge Webcode 2021-12-15 12:14:52 +01:00
xlgt_interface.ino
xnrg_01_hlw8012.ino Add energy total spilt 2021-09-29 15:33:58 +02:00
xnrg_02_cse7766.ino Increase max power value for Sonoff Pow R3 2021-12-23 12:06:14 +01:00
xnrg_03_pzem004t.ino Add split total energy 2021-10-02 18:29:05 +02:00
xnrg_04_mcp39f501.ino Add energy total spilt 2021-09-29 15:33:58 +02:00
xnrg_05_pzem_ac.ino Add split total energy 2021-10-02 18:29:05 +02:00
xnrg_06_pzem_dc.ino Refactor serial config 2021-12-30 14:19:24 +01:00
xnrg_07_ade7953.ino Add experimental ADE7953 (Shelly EM) reset on restart (#14261) 2022-01-04 17:41:47 +01:00
xnrg_08_sdm120.ino Fixed comment in xnrg_08_sdm120.ino 2021-10-27 08:51:52 +02:00
xnrg_09_dds2382.ino Add split total energy 2021-10-02 18:29:05 +02:00
xnrg_10_sdm630.ino Add split total energy 2021-10-02 18:29:05 +02:00
xnrg_11_ddsu666.ino Add split total energy 2021-10-02 18:29:05 +02:00
xnrg_12_solaxX1.ino [Solax X1] Rework inverter-mode 2022-01-08 21:46:23 +01:00
xnrg_13_fif_le01mr.ino Fix compile 2021-10-04 21:28:46 +02:00
xnrg_14_bl09xx.ino Refactor serial config 2021-12-30 14:19:24 +01:00
xnrg_15_teleinfo.ino revert long to uint32_t 2022-01-09 20:51:05 +01:00
xnrg_16_iem3000.ino Add split total energy 2021-10-02 18:29:05 +02:00
xnrg_17_ornowe517.ino Add split total energy 2021-10-02 18:29:05 +02:00
xnrg_18_sdm72.ino Add split total energy 2021-10-02 18:29:05 +02:00
xnrg_19_cse7761.ino Fix CSE7761 comms 2021-11-12 14:39:14 +01:00
xnrg_21_sdm230.ino Support for Eastron SDM230 2022-01-15 15:02:45 +01:00
xnrg_30_dummy.ino Extend energy dummy driver 2021-10-15 16:28:16 +02:00
xnrg_interface.ino
xsns_01_counter.ino Moving Key USE_AC_ZERO_CROSS_DIMMER to my_user_config.h 2021-08-28 17:17:52 -03:00
xsns_02_analog.ino make adc_ph formula more flexible 2022-01-04 16:33:35 +01:00
xsns_04_snfsc.ino
xsns_05_ds18x20.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_05_esp32_ds18x20.ino Rename xsns_05 ds18b20 driver 2021-12-29 14:52:58 +01:00
xsns_06_dht.ino Shorten cryptic message 2021-12-29 15:18:55 +01:00
xsns_06_esp32_dht.ino Shorten cryptic message 2021-12-29 15:18:55 +01:00
xsns_07_sht1x.ino Generic fix for ESP32 I2C 2021-10-31 14:03:58 +01:00
xsns_08_htu21.ino Fix ESP32 Core 2.x HTU detection speed 2021-10-31 14:27:34 +01:00
xsns_09_bmp.ino Minor refactor BMP sensor 2022-01-20 15:01:52 +01:00
xsns_10_bh1750.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_11_veml6070.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_12_ads1115.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_13_ina219.ino detect ISL28022 and read bus_voltage accordingly 2022-01-15 21:22:46 +01:00
xsns_14_sht3x.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_15_mhz19.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_16_tsl2561.ino
xsns_17_senseair.ino
xsns_18_pms5003.ino Add PMS5003 delayed discovery 2021-08-26 11:50:15 +02:00
xsns_19_mgs.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_20_novasds.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_21_sgp30.ino fix garbage on web gui when abs_num not available 2021-11-09 21:07:43 +01:00
xsns_22_sr04.ino Fix US-100 serial detection 2022-01-22 16:56:46 +01:00
xsns_24_si1145.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_26_lm75ad.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_27_apds9960.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_28_tm1638.ino Refactor TM1638 pin numbers 2021-03-19 10:33:46 +01:00
xsns_29_mcp230xx.ino Hide MCP230xx power changes 2021-11-02 16:36:36 +01:00
xsns_30_mpr121.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_31_ccs811_v2.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_31_ccs811.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_32_mpu6050.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_33_ds3231.ino Merge pull request #14318 from pkkrusty/patch-1 2022-01-08 15:02:23 +01:00
xsns_34_hx711.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_35_tx20.ino Update xsns_35_tx20.ino 2021-07-06 00:07:09 +02:00
xsns_36_mgc3130.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_37_rfsensor.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_38_az7798.ino
xsns_39_max31855.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_40_pn532.ino
xsns_41_max44009.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_42_scd30.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_43_hre.ino
xsns_44_sps30.ino fix for esp32 core 2.0.x 2022-01-10 17:16:42 +01:00
xsns_45_vl53l0x.ino VL53L0X: Added support for multiple sensors 2021-03-16 12:55:34 -03:00
xsns_46_MLX90614.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_47_max31865.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_48_chirp.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_50_paj7620.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_51_rdm6300.ino
xsns_52_esp32_ibeacon_ble.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_52_ibeacon.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_53_sml.ino [SML] Serial activity monitor via LED 2022-01-20 20:19:50 +01:00
xsns_54_ina226.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_55_hih_series.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_56_hpma.ino
xsns_57_tsl2591.ino
xsns_58_dht12.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_59_ds1624.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_60_GPS.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_61_MI_NRF24.ino Fix negative temperatures in NRF24 2021-12-02 14:02:22 +01:00
xsns_62_esp32_mi_ble.ino make mi32option23 compliant with full topic 2021-12-07 22:01:57 +01:00
xsns_62_esp32_mi_homekit.c Add files via upload 2022-01-17 19:46:19 +01:00
xsns_62_esp32_mi.h more error catching and reporting 2022-01-21 20:01:15 +01:00
xsns_62_esp32_mi.ino more error catching and reporting 2022-01-21 20:01:15 +01:00
xsns_62_MI_HM10.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_63_aht1x.ino support AHT20 without enabling AHT1x 2021-09-14 20:45:20 +02:00
xsns_64_hrxl.ino
xsns_65_hdc1080.ino LOG_LEVEL_DEBUG_MORE for raw data 2022-01-10 13:18:58 +01:00
xsns_66_iAQ.ino
xsns_67_as3935.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_68_windmeter.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_69_opentherm_protocol.ino pull request fixes 2021-12-20 19:33:22 +03:00
xsns_69_opentherm.ino Update xsns_69_opentherm.ino 2022-01-09 20:35:25 +03:00
xsns_70_veml6075.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_71_veml7700.ino
xsns_72_mcp9808.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_73_hp303b.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_74_lmt01.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_75_prometheus.ino Berry tasmota.read_sensors() 2021-11-21 18:54:13 +01:00
xsns_76_dyp.ino
xsns_77_vl53l1x.ino
xsns_78_ezo.ino
xsns_78_ezoco2.ino Fix Ezo D.O sensor 2021-02-22 10:40:37 +00:00
xsns_78_ezodo.ino Fix Ezo D.O sensor 2021-02-22 10:40:37 +00:00
xsns_78_ezoec.ino Fix Ezo D.O sensor 2021-02-22 10:40:37 +00:00
xsns_78_ezoflo.ino
xsns_78_ezohum.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_78_ezoo2.ino fix O2 sensor message format 2021-12-11 09:18:14 +00:00
xsns_78_ezoorp.ino Fix Ezo D.O sensor 2021-02-22 10:40:37 +00:00
xsns_78_ezoph.ino Fix Ezo D.O sensor 2021-02-22 10:40:37 +00:00
xsns_78_ezopmp.ino
xsns_78_ezoprs.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_78_ezorgb.ino
xsns_78_ezortd.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_78_xezo.ino
xsns_79_as608.ino
xsns_80_mfrc522.ino Add command `Sensor80 1 <0..7>` 2021-02-27 17:54:21 +01:00
xsns_81_seesaw_soil.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00
xsns_82_wiegand.ino xsns_82_wiegand - fix for zero key if keypad is used in the single key mode (SetOption124 1) 2021-08-24 15:54:02 +02:00
xsns_83_neopool.ino Fix NeoPool compile error 2021-11-22 12:19:28 +01:00
xsns_84_tof10120.ino
xsns_85_mpu6886.ino fix comment to reflect actual driver name 2021-10-19 12:08:54 +02:00
xsns_86_tfminiplus.ino Fix sensor coexistence 2021-03-23 12:57:56 +01:00
xsns_87_mcp2515.ino Added Charge and Discharge values to web page and MQTT 2021-08-20 09:58:48 +02:00
xsns_88_am2320.ino Fix AM2320 value reporting (#12552) 2021-07-04 11:39:05 +02:00
xsns_89_t67xx.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_90_hrg15.ino Update RG-15 2022-01-04 12:09:16 +01:00
xsns_91_vindriktning.ino Refactor webinfo 2021-09-01 17:43:04 +02:00
xsns_92_scd40.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_93_hm330x.ino Fix ESP32 core 2.x I2C device detection speed 2021-10-31 15:13:28 +01:00
xsns_94_hdc2010.ino Add driver for Texas Instruments HDC2010 2021-11-10 14:02:02 -05:00
xsns_127_esp32_sensors.ino Add support ESP32-C3 internal temperature sensor 2021-07-14 11:39:59 +02:00
xsns_interface.ino Fix ESP8266 exception when using profiling 2021-10-31 11:57:06 +01:00
xx2c_interface.ino Move Settings from DRAM to heap 2021-06-11 18:14:12 +02:00