├── .gitattributes ├── .github └── workflows │ └── Build_config_zip.yml ├── .gitignore ├── LICENSE ├── README.md ├── esp32 ├── Ai-Thinker_Cam.autoconf ├── Athom_Addressable_LED.autoconf ├── Athom_ZBBridge_ZG01.autoconf ├── Biomine_BioPDU_625x12.autoconf ├── DenkyD4_V1.0.autoconf ├── DenkyD4_V1.1.autoconf ├── DenkyD4_V1.3.autoconf ├── DenkyD4_V1.3a.autoconf ├── Eachen-ZB-GW03-V1.2.autoconf ├── EthTinfo_V1.0.autoconf ├── Lanbon_L8.autoconf ├── Lilygo-T-Display.autoconf ├── Louder-ESP32.autoconf ├── M5Stack_Atom_Echo.autoconf ├── M5Stack_Atom_Matrix.autoconf ├── M5Stack_Basic_ETH.autoconf ├── M5Stack_Core2.autoconf ├── M5Stack_Core2_ETH.autoconf ├── M5Stack_Fire.autoconf ├── M5Stack_Tough.autoconf ├── M5Stick.autoconf ├── M5StickC.autoconf ├── M5StickC_Plus2.autoconf ├── Odroid_Go.autoconf ├── Olimex_POE.autoconf ├── Shelly_PlugIT.autoconf ├── Shelly_PlugUK.autoconf ├── Shelly_PlugUS.autoconf ├── Shelly_PlusHT.autoconf ├── Shelly_PlusI4.autoconf ├── Shelly_Plus_1.autoconf ├── Shelly_Plus_10V.autoconf ├── Shelly_Plus_1PM.autoconf ├── Shelly_Plus_2PM.autoconf ├── Shelly_Plus_PlugS.autoconf ├── Shelly_Plus_PlugWallDimmer.autoconf ├── Shelly_Plus_RGBWPM.autoconf ├── Shelly_Plus_Uni.autoconf ├── Shelly_Pro_1.autoconf ├── Shelly_Pro_1PM.autoconf ├── Shelly_Pro_2.autoconf ├── Shelly_Pro_2PM.autoconf ├── Shelly_Pro_3.autoconf ├── Shelly_Pro_3EM.autoconf ├── Shelly_Pro_4PM.autoconf ├── Sonoff_NSPanel.autoconf ├── Sonoff_POWCT.autoconf ├── Sonoff_POWR316D.autoconf ├── Sonoff_POWR320D.autoconf ├── Sonoff_SPM.autoconf ├── Sonoff_THR316D.autoconf ├── Sonoff_THR316D_with_DS18x20.autoconf ├── Sonoff_THR316D_with_MS01.autoconf ├── Sonoff_THR316D_with_THS01.autoconf ├── Sonoff_THR320D.autoconf ├── Sonoff_THR320D_with_DS18x20.autoconf ├── Sonoff_THR320D_with_MS01.autoconf ├── Sonoff_THR320D_with_THS01.autoconf ├── Sonoff_ZBPro.autoconf ├── Sonoff_ZBPro_TCP.autoconf ├── TWatch_2020V1.autoconf ├── WT-SC01.autoconf ├── Wemos_Teleinfo.autoconf ├── cod.m_Zigbee_CZC-1.0.autoconf └── cod.m_Zigbee_CZC-1.0_TCP.autoconf ├── esp32_manifest.json ├── esp32c3 ├── 01Space_ESP32-C3-0.42LCD.autoconf ├── 01Space_ESP32-C3-RGB.autoconf ├── AI_Thinker_12F.autoconf ├── Shelly_Mini1G3.autoconf ├── Shelly_Mini1PMG3.autoconf ├── Shelly_MiniPMG3.autoconf ├── Shelly_Plus1Mini.autoconf ├── Shelly_Plus1PMMini.autoconf ├── Shelly_PlusPMMini.autoconf ├── Shelly_S1G3.autoconf ├── Wemos_Teleinfo.autoconf └── Winky.autoconf ├── esp32c3_manifest.json ├── esp32c6 ├── Waveshare_LCD_1.47.autoconf └── Winky.autoconf ├── esp32c6_manifest.json ├── esp32p4 └── esp32p4-ev-board.autoconf ├── esp32p4_manifest.json ├── esp32s2 ├── DevKitM-1.autoconf └── Wemos_Teleinfo.autoconf ├── esp32s2_manifest.json ├── esp32s3 ├── BOX.autoconf ├── DevKitC-1.autoconf ├── Lilygo-S3-Display.autoconf ├── Lilygo-T-SIMCAM.autoconf ├── Louder-ESP32S3.autoconf ├── M5Stack-CoreS3.autoconf ├── NodeMCU-S3-12k.autoconf ├── S3-4848S040.autoconf ├── S3-Eye.autoconf ├── SeedStudio-SenseCAP-D1.autoconf ├── SunTon-S3-Display-5inch.autoconf ├── SunTon-S3-Display-7inch.autoconf ├── Waveshare_Esp32s3_Touch_LCD_169.autoconf └── Xiao-S3-Sense.autoconf ├── esp32s3_manifest.json ├── esp32solo1 ├── Ai-Thinker_Cam.autoconf ├── Athom_Addressable_LED.autoconf ├── Athom_ZBBridge_ZG01.autoconf ├── Biomine_BioPDU_625x12.autoconf ├── DenkyD4_V1.0.autoconf ├── DenkyD4_V1.1.autoconf ├── DenkyD4_V1.3.autoconf ├── DenkyD4_V1.3a.autoconf ├── Eachen-ZB-GW03-V1.2.autoconf ├── EthTinfo_V1.0.autoconf ├── Lanbon_L8.autoconf ├── Lilygo-T-Display.autoconf ├── Louder-ESP32.autoconf ├── M5Stack_Atom_Echo.autoconf ├── M5Stack_Atom_Matrix.autoconf ├── M5Stack_Basic_ETH.autoconf ├── M5Stack_Core2.autoconf ├── M5Stack_Core2_ETH.autoconf ├── M5Stack_Fire.autoconf ├── M5Stack_Tough.autoconf ├── M5Stick.autoconf ├── M5StickC.autoconf ├── M5StickC_Plus2.autoconf ├── Odroid_Go.autoconf ├── Olimex_POE.autoconf ├── Shelly_PlugIT.autoconf ├── Shelly_PlugUK.autoconf ├── Shelly_PlugUS.autoconf ├── Shelly_PlusHT.autoconf ├── Shelly_PlusI4.autoconf ├── Shelly_Plus_1.autoconf ├── Shelly_Plus_10V.autoconf ├── Shelly_Plus_1PM.autoconf ├── Shelly_Plus_2PM.autoconf ├── Shelly_Plus_PlugS.autoconf ├── Shelly_Plus_PlugWallDimmer.autoconf ├── Shelly_Plus_RGBWPM.autoconf ├── Shelly_Plus_Uni.autoconf ├── Shelly_Pro_1.autoconf ├── Shelly_Pro_1PM.autoconf ├── Shelly_Pro_2.autoconf ├── Shelly_Pro_2PM.autoconf ├── Shelly_Pro_3.autoconf ├── Shelly_Pro_3EM.autoconf ├── Shelly_Pro_4PM.autoconf ├── Sonoff_NSPanel.autoconf ├── Sonoff_POWCT.autoconf ├── Sonoff_POWR316D.autoconf ├── Sonoff_POWR320D.autoconf ├── Sonoff_SPM.autoconf ├── Sonoff_THR316D.autoconf ├── Sonoff_THR316D_with_DS18x20.autoconf ├── Sonoff_THR316D_with_MS01.autoconf ├── Sonoff_THR316D_with_THS01.autoconf ├── Sonoff_THR320D.autoconf ├── Sonoff_THR320D_with_DS18x20.autoconf ├── Sonoff_THR320D_with_MS01.autoconf ├── Sonoff_THR320D_with_THS01.autoconf ├── Sonoff_ZBPro.autoconf ├── Sonoff_ZBPro_TCP.autoconf ├── TWatch_2020V1.autoconf ├── WT-SC01.autoconf ├── Wemos_Teleinfo.autoconf ├── cod.m_Zigbee_CZC-1.0.autoconf └── cod.m_Zigbee_CZC-1.0_TCP.autoconf ├── esp32solo1_manifest.json ├── gen.py └── raw ├── esp32 ├── Ai-Thinker_Cam │ └── init.bat ├── Athom_Addressable_LED │ └── init.bat ├── Athom_ZBBridge_ZG01 │ ├── autoexec.be │ └── init.bat ├── Biomine_BioPDU_625x12 │ ├── autoexec.bat │ └── init.bat ├── DenkyD4_V1.0 │ └── init.bat ├── DenkyD4_V1.1 │ ├── _autoexec.be │ ├── cp2fs.be │ └── init.bat ├── DenkyD4_V1.3 │ ├── _autoexec.be │ ├── cp2fs.be │ └── init.bat ├── DenkyD4_V1.3a │ ├── _autoexec.be │ ├── cp2fs.be │ └── init.bat ├── Eachen-ZB-GW03-V1.2 │ └── init.bat ├── EthTinfo_V1.0 │ └── init.bat ├── Lanbon_L8 │ ├── display.ini │ └── init.bat ├── Lilygo-T-Display │ ├── display.ini │ └── init.bat ├── Louder-ESP32 │ ├── autoexec.be │ ├── init.bat │ └── tas5805m.be ├── M5Stack_Atom_Echo │ └── init.bat ├── M5Stack_Atom_Matrix │ └── init.bat ├── M5Stack_Basic_ETH │ ├── autoexec.be │ ├── display.ini │ ├── init.bat │ └── lv_touch_3_buttons.be ├── M5Stack_Core2 │ ├── AXP192_M5Stack_Core2.be │ ├── display.ini │ ├── init.bat │ └── preinit.be ├── M5Stack_Core2_ETH │ ├── AXP192_M5Stack_Core2.be │ ├── display.ini │ ├── init.bat │ └── preinit.be ├── M5Stack_Fire │ ├── MPU6886.be │ ├── autoexec.be │ ├── display.ini │ ├── init.bat │ └── lv_touch_3_buttons.be ├── M5Stack_Tough │ ├── CHSC6540.be │ ├── autoexec.be │ ├── display.ini │ ├── init.bat │ └── preinit.be ├── M5Stick │ ├── display.ini │ └── init.bat ├── M5StickC │ ├── display.ini │ ├── init.bat │ └── preinit.be ├── M5StickC_Plus2 │ ├── autoexec.bat │ ├── display.ini │ └── init.bat ├── Odroid_Go │ ├── display.ini │ └── init.bat ├── Olimex_POE │ └── init.bat ├── Shelly_PlugIT │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_PlugUK │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_PlugUS │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_PlusHT │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_PlusI4 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus_1 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus_10V │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus_1PM │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus_2PM │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus_PlugS │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus_PlugWallDimmer │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus_RGBWPM │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus_Uni │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Pro_1 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Pro_1PM │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Pro_2 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Pro_2PM │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Pro_3 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Pro_3EM │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Pro_4PM │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-32.bin │ ├── bootloader.be │ ├── init.bat │ ├── mcp23x.dat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Sonoff_NSPanel │ ├── autoexec.be │ ├── init.bat │ └── nspanel.be ├── Sonoff_POWCT │ └── init.bat ├── Sonoff_POWR316D │ └── init.bat ├── Sonoff_POWR320D │ └── init.bat ├── Sonoff_SPM │ └── init.bat ├── Sonoff_THR316D │ └── init.bat ├── Sonoff_THR316D_with_DS18x20 │ └── init.bat ├── Sonoff_THR316D_with_MS01 │ └── init.bat ├── Sonoff_THR316D_with_THS01 │ └── init.bat ├── Sonoff_THR320D │ └── init.bat ├── Sonoff_THR320D_with_DS18x20 │ └── init.bat ├── Sonoff_THR320D_with_MS01 │ └── init.bat ├── Sonoff_THR320D_with_THS01 │ └── init.bat ├── Sonoff_ZBPro │ └── init.bat ├── Sonoff_ZBPro_TCP │ └── init.bat ├── TWatch_2020V1 │ ├── AXP202_LilyGo_TWatch_2020V1.be │ ├── display.ini │ ├── init.bat │ └── preinit.be ├── WT-SC01 │ ├── display.ini │ └── init.bat ├── Wemos_Teleinfo │ ├── _autoexec.be │ ├── cp2fs.be │ └── init.bat ├── cod.m_Zigbee_CZC-1.0 │ ├── autoexec.be │ └── init.bat └── cod.m_Zigbee_CZC-1.0_TCP │ ├── autoexec.be │ └── init.bat ├── esp32c3 ├── 01Space_ESP32-C3-0.42LCD │ ├── autoexec.be │ ├── display.ini │ ├── init.bat │ ├── m5x7.lvfont │ └── pages.jsonl ├── 01Space_ESP32-C3-RGB │ └── init.bat ├── AI_Thinker_12F │ └── init.bat ├── Shelly_Mini1G3 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-c3.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Mini1PMG3 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-c3.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_MiniPMG3 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-c3.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus1Mini │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-c3.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_Plus1PMMini │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-c3.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_PlusPMMini │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-c3.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Shelly_S1G3 │ ├── Partition_Wizard.tapp │ ├── bootloader-tasmota-c3.bin │ ├── bootloader.be │ ├── init.bat │ ├── migrate_shelly.be │ └── partition_core_shelly.be ├── Wemos_Teleinfo │ └── init.bat └── Winky │ ├── _autoexec.be │ ├── _teleinfo.be │ ├── cp2fs.be │ └── init.bat ├── esp32c6 ├── Waveshare_LCD_1.47 │ ├── display.ini │ └── init.bat └── Winky │ ├── _autoexec.be │ ├── _teleinfo.be │ ├── cp2fs.be │ └── init.bat ├── esp32p4 └── esp32p4-ev-board │ └── init.bat ├── esp32s2 ├── DevKitM-1 │ └── init.bat └── Wemos_Teleinfo │ └── init.bat └── esp32s3 ├── BOX ├── display.ini └── init.bat ├── DevKitC-1 └── init.bat ├── Lilygo-S3-Display ├── display.ini └── init.bat ├── Lilygo-T-SIMCAM └── init.bat ├── Louder-ESP32S3 ├── autoexec.be ├── init.bat └── tas5805m.be ├── M5Stack-CoreS3 ├── M5CoreS3.be ├── display.ini ├── init.bat └── preinit.be ├── NodeMCU-S3-12k └── init.bat ├── S3-4848S040 ├── display.ini └── init.bat ├── S3-Eye ├── display.ini └── init.bat ├── SeedStudio-SenseCAP-D1 ├── PCA9535.be ├── PCA9535_SenseCAP_D1.be ├── display.ini ├── init.bat └── preinit.be ├── SunTon-S3-Display-5inch ├── display.ini └── init.bat ├── SunTon-S3-Display-7inch ├── display.ini └── init.bat ├── Waveshare_Esp32s3_Touch_LCD_169 ├── display.ini └── init.bat └── Xiao-S3-Sense └── init.bat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/Build_config_zip.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/.github/workflows/Build_config_zip.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/README.md -------------------------------------------------------------------------------- /esp32/Ai-Thinker_Cam.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Ai-Thinker_Cam.autoconf -------------------------------------------------------------------------------- /esp32/Athom_Addressable_LED.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Athom_Addressable_LED.autoconf -------------------------------------------------------------------------------- /esp32/Athom_ZBBridge_ZG01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Athom_ZBBridge_ZG01.autoconf -------------------------------------------------------------------------------- /esp32/Biomine_BioPDU_625x12.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Biomine_BioPDU_625x12.autoconf -------------------------------------------------------------------------------- /esp32/DenkyD4_V1.0.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/DenkyD4_V1.0.autoconf -------------------------------------------------------------------------------- /esp32/DenkyD4_V1.1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/DenkyD4_V1.1.autoconf -------------------------------------------------------------------------------- /esp32/DenkyD4_V1.3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/DenkyD4_V1.3.autoconf -------------------------------------------------------------------------------- /esp32/DenkyD4_V1.3a.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/DenkyD4_V1.3a.autoconf -------------------------------------------------------------------------------- /esp32/Eachen-ZB-GW03-V1.2.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Eachen-ZB-GW03-V1.2.autoconf -------------------------------------------------------------------------------- /esp32/EthTinfo_V1.0.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/EthTinfo_V1.0.autoconf -------------------------------------------------------------------------------- /esp32/Lanbon_L8.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Lanbon_L8.autoconf -------------------------------------------------------------------------------- /esp32/Lilygo-T-Display.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Lilygo-T-Display.autoconf -------------------------------------------------------------------------------- /esp32/Louder-ESP32.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Louder-ESP32.autoconf -------------------------------------------------------------------------------- /esp32/M5Stack_Atom_Echo.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5Stack_Atom_Echo.autoconf -------------------------------------------------------------------------------- /esp32/M5Stack_Atom_Matrix.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5Stack_Atom_Matrix.autoconf -------------------------------------------------------------------------------- /esp32/M5Stack_Basic_ETH.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5Stack_Basic_ETH.autoconf -------------------------------------------------------------------------------- /esp32/M5Stack_Core2.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5Stack_Core2.autoconf -------------------------------------------------------------------------------- /esp32/M5Stack_Core2_ETH.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5Stack_Core2_ETH.autoconf -------------------------------------------------------------------------------- /esp32/M5Stack_Fire.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5Stack_Fire.autoconf -------------------------------------------------------------------------------- /esp32/M5Stack_Tough.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5Stack_Tough.autoconf -------------------------------------------------------------------------------- /esp32/M5Stick.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5Stick.autoconf -------------------------------------------------------------------------------- /esp32/M5StickC.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5StickC.autoconf -------------------------------------------------------------------------------- /esp32/M5StickC_Plus2.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/M5StickC_Plus2.autoconf -------------------------------------------------------------------------------- /esp32/Odroid_Go.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Odroid_Go.autoconf -------------------------------------------------------------------------------- /esp32/Olimex_POE.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Olimex_POE.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_PlugIT.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_PlugIT.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_PlugUK.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_PlugUK.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_PlugUS.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_PlugUS.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_PlusHT.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_PlusHT.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_PlusI4.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_PlusI4.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Plus_1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Plus_1.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Plus_10V.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Plus_10V.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Plus_1PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Plus_1PM.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Plus_2PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Plus_2PM.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Plus_PlugS.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Plus_PlugS.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Plus_PlugWallDimmer.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Plus_PlugWallDimmer.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Plus_RGBWPM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Plus_RGBWPM.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Plus_Uni.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Plus_Uni.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Pro_1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Pro_1.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Pro_1PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Pro_1PM.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Pro_2.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Pro_2.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Pro_2PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Pro_2PM.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Pro_3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Pro_3.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Pro_3EM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Pro_3EM.autoconf -------------------------------------------------------------------------------- /esp32/Shelly_Pro_4PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Shelly_Pro_4PM.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_NSPanel.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_NSPanel.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_POWCT.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_POWCT.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_POWR316D.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_POWR316D.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_POWR320D.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_POWR320D.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_SPM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_SPM.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_THR316D.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_THR316D.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_THR316D_with_DS18x20.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_THR316D_with_DS18x20.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_THR316D_with_MS01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_THR316D_with_MS01.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_THR316D_with_THS01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_THR316D_with_THS01.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_THR320D.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_THR320D.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_THR320D_with_DS18x20.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_THR320D_with_DS18x20.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_THR320D_with_MS01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_THR320D_with_MS01.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_THR320D_with_THS01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_THR320D_with_THS01.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_ZBPro.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_ZBPro.autoconf -------------------------------------------------------------------------------- /esp32/Sonoff_ZBPro_TCP.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Sonoff_ZBPro_TCP.autoconf -------------------------------------------------------------------------------- /esp32/TWatch_2020V1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/TWatch_2020V1.autoconf -------------------------------------------------------------------------------- /esp32/WT-SC01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/WT-SC01.autoconf -------------------------------------------------------------------------------- /esp32/Wemos_Teleinfo.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/Wemos_Teleinfo.autoconf -------------------------------------------------------------------------------- /esp32/cod.m_Zigbee_CZC-1.0.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/cod.m_Zigbee_CZC-1.0.autoconf -------------------------------------------------------------------------------- /esp32/cod.m_Zigbee_CZC-1.0_TCP.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32/cod.m_Zigbee_CZC-1.0_TCP.autoconf -------------------------------------------------------------------------------- /esp32_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32_manifest.json -------------------------------------------------------------------------------- /esp32c3/01Space_ESP32-C3-0.42LCD.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/01Space_ESP32-C3-0.42LCD.autoconf -------------------------------------------------------------------------------- /esp32c3/01Space_ESP32-C3-RGB.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/01Space_ESP32-C3-RGB.autoconf -------------------------------------------------------------------------------- /esp32c3/AI_Thinker_12F.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/AI_Thinker_12F.autoconf -------------------------------------------------------------------------------- /esp32c3/Shelly_Mini1G3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Shelly_Mini1G3.autoconf -------------------------------------------------------------------------------- /esp32c3/Shelly_Mini1PMG3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Shelly_Mini1PMG3.autoconf -------------------------------------------------------------------------------- /esp32c3/Shelly_MiniPMG3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Shelly_MiniPMG3.autoconf -------------------------------------------------------------------------------- /esp32c3/Shelly_Plus1Mini.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Shelly_Plus1Mini.autoconf -------------------------------------------------------------------------------- /esp32c3/Shelly_Plus1PMMini.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Shelly_Plus1PMMini.autoconf -------------------------------------------------------------------------------- /esp32c3/Shelly_PlusPMMini.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Shelly_PlusPMMini.autoconf -------------------------------------------------------------------------------- /esp32c3/Shelly_S1G3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Shelly_S1G3.autoconf -------------------------------------------------------------------------------- /esp32c3/Wemos_Teleinfo.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Wemos_Teleinfo.autoconf -------------------------------------------------------------------------------- /esp32c3/Winky.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3/Winky.autoconf -------------------------------------------------------------------------------- /esp32c3_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c3_manifest.json -------------------------------------------------------------------------------- /esp32c6/Waveshare_LCD_1.47.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c6/Waveshare_LCD_1.47.autoconf -------------------------------------------------------------------------------- /esp32c6/Winky.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32c6/Winky.autoconf -------------------------------------------------------------------------------- /esp32c6_manifest.json: -------------------------------------------------------------------------------- 1 | {"files":["Waveshare_LCD_1.47","Winky"]} -------------------------------------------------------------------------------- /esp32p4/esp32p4-ev-board.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32p4/esp32p4-ev-board.autoconf -------------------------------------------------------------------------------- /esp32p4_manifest.json: -------------------------------------------------------------------------------- 1 | {"files":["esp32p4-ev-board"]} -------------------------------------------------------------------------------- /esp32s2/DevKitM-1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s2/DevKitM-1.autoconf -------------------------------------------------------------------------------- /esp32s2/Wemos_Teleinfo.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s2/Wemos_Teleinfo.autoconf -------------------------------------------------------------------------------- /esp32s2_manifest.json: -------------------------------------------------------------------------------- 1 | {"files":["DevKitM-1","Wemos_Teleinfo"]} -------------------------------------------------------------------------------- /esp32s3/BOX.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/BOX.autoconf -------------------------------------------------------------------------------- /esp32s3/DevKitC-1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/DevKitC-1.autoconf -------------------------------------------------------------------------------- /esp32s3/Lilygo-S3-Display.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/Lilygo-S3-Display.autoconf -------------------------------------------------------------------------------- /esp32s3/Lilygo-T-SIMCAM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/Lilygo-T-SIMCAM.autoconf -------------------------------------------------------------------------------- /esp32s3/Louder-ESP32S3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/Louder-ESP32S3.autoconf -------------------------------------------------------------------------------- /esp32s3/M5Stack-CoreS3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/M5Stack-CoreS3.autoconf -------------------------------------------------------------------------------- /esp32s3/NodeMCU-S3-12k.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/NodeMCU-S3-12k.autoconf -------------------------------------------------------------------------------- /esp32s3/S3-4848S040.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/S3-4848S040.autoconf -------------------------------------------------------------------------------- /esp32s3/S3-Eye.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/S3-Eye.autoconf -------------------------------------------------------------------------------- /esp32s3/SeedStudio-SenseCAP-D1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/SeedStudio-SenseCAP-D1.autoconf -------------------------------------------------------------------------------- /esp32s3/SunTon-S3-Display-5inch.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/SunTon-S3-Display-5inch.autoconf -------------------------------------------------------------------------------- /esp32s3/SunTon-S3-Display-7inch.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/SunTon-S3-Display-7inch.autoconf -------------------------------------------------------------------------------- /esp32s3/Waveshare_Esp32s3_Touch_LCD_169.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/Waveshare_Esp32s3_Touch_LCD_169.autoconf -------------------------------------------------------------------------------- /esp32s3/Xiao-S3-Sense.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3/Xiao-S3-Sense.autoconf -------------------------------------------------------------------------------- /esp32s3_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32s3_manifest.json -------------------------------------------------------------------------------- /esp32solo1/Ai-Thinker_Cam.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Ai-Thinker_Cam.autoconf -------------------------------------------------------------------------------- /esp32solo1/Athom_Addressable_LED.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Athom_Addressable_LED.autoconf -------------------------------------------------------------------------------- /esp32solo1/Athom_ZBBridge_ZG01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Athom_ZBBridge_ZG01.autoconf -------------------------------------------------------------------------------- /esp32solo1/Biomine_BioPDU_625x12.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Biomine_BioPDU_625x12.autoconf -------------------------------------------------------------------------------- /esp32solo1/DenkyD4_V1.0.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/DenkyD4_V1.0.autoconf -------------------------------------------------------------------------------- /esp32solo1/DenkyD4_V1.1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/DenkyD4_V1.1.autoconf -------------------------------------------------------------------------------- /esp32solo1/DenkyD4_V1.3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/DenkyD4_V1.3.autoconf -------------------------------------------------------------------------------- /esp32solo1/DenkyD4_V1.3a.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/DenkyD4_V1.3a.autoconf -------------------------------------------------------------------------------- /esp32solo1/Eachen-ZB-GW03-V1.2.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Eachen-ZB-GW03-V1.2.autoconf -------------------------------------------------------------------------------- /esp32solo1/EthTinfo_V1.0.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/EthTinfo_V1.0.autoconf -------------------------------------------------------------------------------- /esp32solo1/Lanbon_L8.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Lanbon_L8.autoconf -------------------------------------------------------------------------------- /esp32solo1/Lilygo-T-Display.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Lilygo-T-Display.autoconf -------------------------------------------------------------------------------- /esp32solo1/Louder-ESP32.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Louder-ESP32.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5Stack_Atom_Echo.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5Stack_Atom_Echo.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5Stack_Atom_Matrix.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5Stack_Atom_Matrix.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5Stack_Basic_ETH.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5Stack_Basic_ETH.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5Stack_Core2.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5Stack_Core2.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5Stack_Core2_ETH.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5Stack_Core2_ETH.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5Stack_Fire.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5Stack_Fire.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5Stack_Tough.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5Stack_Tough.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5Stick.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5Stick.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5StickC.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5StickC.autoconf -------------------------------------------------------------------------------- /esp32solo1/M5StickC_Plus2.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/M5StickC_Plus2.autoconf -------------------------------------------------------------------------------- /esp32solo1/Odroid_Go.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Odroid_Go.autoconf -------------------------------------------------------------------------------- /esp32solo1/Olimex_POE.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Olimex_POE.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_PlugIT.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_PlugIT.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_PlugUK.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_PlugUK.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_PlugUS.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_PlugUS.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_PlusHT.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_PlusHT.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_PlusI4.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_PlusI4.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Plus_1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Plus_1.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Plus_10V.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Plus_10V.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Plus_1PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Plus_1PM.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Plus_2PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Plus_2PM.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Plus_PlugS.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Plus_PlugS.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Plus_PlugWallDimmer.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Plus_PlugWallDimmer.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Plus_RGBWPM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Plus_RGBWPM.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Plus_Uni.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Plus_Uni.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Pro_1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Pro_1.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Pro_1PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Pro_1PM.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Pro_2.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Pro_2.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Pro_2PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Pro_2PM.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Pro_3.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Pro_3.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Pro_3EM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Pro_3EM.autoconf -------------------------------------------------------------------------------- /esp32solo1/Shelly_Pro_4PM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Shelly_Pro_4PM.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_NSPanel.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_NSPanel.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_POWCT.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_POWCT.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_POWR316D.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_POWR316D.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_POWR320D.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_POWR320D.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_SPM.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_SPM.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_THR316D.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_THR316D.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_THR316D_with_DS18x20.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_THR316D_with_DS18x20.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_THR316D_with_MS01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_THR316D_with_MS01.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_THR316D_with_THS01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_THR316D_with_THS01.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_THR320D.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_THR320D.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_THR320D_with_DS18x20.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_THR320D_with_DS18x20.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_THR320D_with_MS01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_THR320D_with_MS01.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_THR320D_with_THS01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_THR320D_with_THS01.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_ZBPro.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_ZBPro.autoconf -------------------------------------------------------------------------------- /esp32solo1/Sonoff_ZBPro_TCP.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Sonoff_ZBPro_TCP.autoconf -------------------------------------------------------------------------------- /esp32solo1/TWatch_2020V1.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/TWatch_2020V1.autoconf -------------------------------------------------------------------------------- /esp32solo1/WT-SC01.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/WT-SC01.autoconf -------------------------------------------------------------------------------- /esp32solo1/Wemos_Teleinfo.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/Wemos_Teleinfo.autoconf -------------------------------------------------------------------------------- /esp32solo1/cod.m_Zigbee_CZC-1.0.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/cod.m_Zigbee_CZC-1.0.autoconf -------------------------------------------------------------------------------- /esp32solo1/cod.m_Zigbee_CZC-1.0_TCP.autoconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1/cod.m_Zigbee_CZC-1.0_TCP.autoconf -------------------------------------------------------------------------------- /esp32solo1_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/esp32solo1_manifest.json -------------------------------------------------------------------------------- /gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/gen.py -------------------------------------------------------------------------------- /raw/esp32/Ai-Thinker_Cam/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Ai-Thinker_Cam/init.bat -------------------------------------------------------------------------------- /raw/esp32/Athom_Addressable_LED/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Athom_Addressable_LED/init.bat -------------------------------------------------------------------------------- /raw/esp32/Athom_ZBBridge_ZG01/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Athom_ZBBridge_ZG01/autoexec.be -------------------------------------------------------------------------------- /raw/esp32/Athom_ZBBridge_ZG01/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Athom_ZBBridge_ZG01/init.bat -------------------------------------------------------------------------------- /raw/esp32/Biomine_BioPDU_625x12/autoexec.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Biomine_BioPDU_625x12/autoexec.bat -------------------------------------------------------------------------------- /raw/esp32/Biomine_BioPDU_625x12/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Biomine_BioPDU_625x12/init.bat -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.0/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.0/init.bat -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.1/_autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.1/_autoexec.be -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.1/cp2fs.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.1/cp2fs.be -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.1/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.1/init.bat -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.3/_autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.3/_autoexec.be -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.3/cp2fs.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.3/cp2fs.be -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.3/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.3/init.bat -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.3a/_autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.3a/_autoexec.be -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.3a/cp2fs.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.3a/cp2fs.be -------------------------------------------------------------------------------- /raw/esp32/DenkyD4_V1.3a/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/DenkyD4_V1.3a/init.bat -------------------------------------------------------------------------------- /raw/esp32/Eachen-ZB-GW03-V1.2/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Eachen-ZB-GW03-V1.2/init.bat -------------------------------------------------------------------------------- /raw/esp32/EthTinfo_V1.0/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/EthTinfo_V1.0/init.bat -------------------------------------------------------------------------------- /raw/esp32/Lanbon_L8/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Lanbon_L8/display.ini -------------------------------------------------------------------------------- /raw/esp32/Lanbon_L8/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Lanbon_L8/init.bat -------------------------------------------------------------------------------- /raw/esp32/Lilygo-T-Display/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Lilygo-T-Display/display.ini -------------------------------------------------------------------------------- /raw/esp32/Lilygo-T-Display/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Lilygo-T-Display/init.bat -------------------------------------------------------------------------------- /raw/esp32/Louder-ESP32/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Louder-ESP32/autoexec.be -------------------------------------------------------------------------------- /raw/esp32/Louder-ESP32/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Louder-ESP32/init.bat -------------------------------------------------------------------------------- /raw/esp32/Louder-ESP32/tas5805m.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Louder-ESP32/tas5805m.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Atom_Echo/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Atom_Echo/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Atom_Matrix/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Atom_Matrix/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Basic_ETH/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Basic_ETH/autoexec.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Basic_ETH/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Basic_ETH/display.ini -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Basic_ETH/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Basic_ETH/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Basic_ETH/lv_touch_3_buttons.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Basic_ETH/lv_touch_3_buttons.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Core2/AXP192_M5Stack_Core2.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Core2/AXP192_M5Stack_Core2.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Core2/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Core2/display.ini -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Core2/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Core2/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Core2/preinit.be: -------------------------------------------------------------------------------- 1 | import AXP192_M5Stack_Core2 2 | -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Core2_ETH/AXP192_M5Stack_Core2.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Core2_ETH/AXP192_M5Stack_Core2.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Core2_ETH/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Core2_ETH/display.ini -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Core2_ETH/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Core2_ETH/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Core2_ETH/preinit.be: -------------------------------------------------------------------------------- 1 | import AXP192_M5Stack_Core2 2 | -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Fire/MPU6886.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Fire/MPU6886.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Fire/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Fire/autoexec.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Fire/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Fire/display.ini -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Fire/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Fire/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Fire/lv_touch_3_buttons.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Fire/lv_touch_3_buttons.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Tough/CHSC6540.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Tough/CHSC6540.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Tough/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Tough/autoexec.be -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Tough/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Tough/display.ini -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Tough/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Tough/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5Stack_Tough/preinit.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stack_Tough/preinit.be -------------------------------------------------------------------------------- /raw/esp32/M5Stick/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stick/display.ini -------------------------------------------------------------------------------- /raw/esp32/M5Stick/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5Stick/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5StickC/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5StickC/display.ini -------------------------------------------------------------------------------- /raw/esp32/M5StickC/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5StickC/init.bat -------------------------------------------------------------------------------- /raw/esp32/M5StickC/preinit.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5StickC/preinit.be -------------------------------------------------------------------------------- /raw/esp32/M5StickC_Plus2/autoexec.bat: -------------------------------------------------------------------------------- 1 | AdcParam 38,0,4095,0,6.6 2 | VoltRes 2 3 | -------------------------------------------------------------------------------- /raw/esp32/M5StickC_Plus2/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5StickC_Plus2/display.ini -------------------------------------------------------------------------------- /raw/esp32/M5StickC_Plus2/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/M5StickC_Plus2/init.bat -------------------------------------------------------------------------------- /raw/esp32/Odroid_Go/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Odroid_Go/display.ini -------------------------------------------------------------------------------- /raw/esp32/Odroid_Go/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Odroid_Go/init.bat -------------------------------------------------------------------------------- /raw/esp32/Olimex_POE/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Olimex_POE/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugIT/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugIT/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugIT/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugIT/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugIT/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugIT/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugIT/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugIT/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugIT/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugIT/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugIT/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugIT/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUK/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUK/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUK/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUK/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUK/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUK/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUK/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUK/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUK/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUK/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUK/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUK/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUS/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUS/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUS/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUS/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUS/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUS/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUS/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUS/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUS/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUS/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlugUS/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlugUS/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusHT/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusHT/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusHT/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusHT/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusHT/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusHT/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusHT/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusHT/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusHT/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusHT/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusHT/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusHT/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusI4/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusI4/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusI4/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusI4/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusI4/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusI4/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusI4/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusI4/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusI4/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusI4/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_PlusI4/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_PlusI4/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_10V/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_10V/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_10V/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_10V/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_10V/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_10V/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_10V/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_10V/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_10V/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_10V/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_10V/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_10V/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1PM/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1PM/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1PM/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1PM/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1PM/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1PM/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1PM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1PM/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1PM/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1PM/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_1PM/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_1PM/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_2PM/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_2PM/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_2PM/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_2PM/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_2PM/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_2PM/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_2PM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_2PM/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_2PM/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_2PM/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_2PM/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_2PM/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugS/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugS/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugS/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugS/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugS/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugS/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugS/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugS/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugS/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugS/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugS/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugS/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugWallDimmer/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugWallDimmer/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugWallDimmer/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugWallDimmer/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugWallDimmer/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugWallDimmer/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugWallDimmer/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugWallDimmer/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugWallDimmer/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugWallDimmer/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_PlugWallDimmer/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_PlugWallDimmer/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_RGBWPM/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_RGBWPM/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_RGBWPM/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_RGBWPM/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_RGBWPM/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_RGBWPM/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_RGBWPM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_RGBWPM/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_RGBWPM/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_RGBWPM/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_RGBWPM/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_RGBWPM/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_Uni/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_Uni/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_Uni/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_Uni/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_Uni/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_Uni/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_Uni/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_Uni/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_Uni/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_Uni/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Plus_Uni/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Plus_Uni/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1PM/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1PM/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1PM/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1PM/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1PM/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1PM/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1PM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1PM/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1PM/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1PM/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_1PM/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_1PM/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2PM/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2PM/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2PM/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2PM/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2PM/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2PM/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2PM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2PM/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2PM/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2PM/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_2PM/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_2PM/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3EM/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3EM/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3EM/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3EM/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3EM/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3EM/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3EM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3EM/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3EM/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3EM/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_3EM/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_3EM/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_4PM/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_4PM/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_4PM/bootloader-tasmota-32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_4PM/bootloader-tasmota-32.bin -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_4PM/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_4PM/bootloader.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_4PM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_4PM/init.bat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_4PM/mcp23x.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_4PM/mcp23x.dat -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_4PM/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_4PM/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Shelly_Pro_4PM/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Shelly_Pro_4PM/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32/Sonoff_NSPanel/autoexec.be: -------------------------------------------------------------------------------- 1 | load("nspanel.be") 2 | -------------------------------------------------------------------------------- /raw/esp32/Sonoff_NSPanel/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_NSPanel/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_NSPanel/nspanel.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_NSPanel/nspanel.be -------------------------------------------------------------------------------- /raw/esp32/Sonoff_POWCT/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_POWCT/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_POWR316D/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_POWR316D/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_POWR320D/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_POWR320D/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_SPM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_SPM/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_THR316D/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_THR316D/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_THR316D_with_DS18x20/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_THR316D_with_DS18x20/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_THR316D_with_MS01/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_THR316D_with_MS01/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_THR316D_with_THS01/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_THR316D_with_THS01/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_THR320D/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_THR320D/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_THR320D_with_DS18x20/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_THR320D_with_DS18x20/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_THR320D_with_MS01/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_THR320D_with_MS01/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_THR320D_with_THS01/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_THR320D_with_THS01/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_ZBPro/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_ZBPro/init.bat -------------------------------------------------------------------------------- /raw/esp32/Sonoff_ZBPro_TCP/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Sonoff_ZBPro_TCP/init.bat -------------------------------------------------------------------------------- /raw/esp32/TWatch_2020V1/AXP202_LilyGo_TWatch_2020V1.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/TWatch_2020V1/AXP202_LilyGo_TWatch_2020V1.be -------------------------------------------------------------------------------- /raw/esp32/TWatch_2020V1/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/TWatch_2020V1/display.ini -------------------------------------------------------------------------------- /raw/esp32/TWatch_2020V1/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/TWatch_2020V1/init.bat -------------------------------------------------------------------------------- /raw/esp32/TWatch_2020V1/preinit.be: -------------------------------------------------------------------------------- 1 | import AXP202_LilyGo_TWatch_2020V1 -------------------------------------------------------------------------------- /raw/esp32/WT-SC01/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/WT-SC01/display.ini -------------------------------------------------------------------------------- /raw/esp32/WT-SC01/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/WT-SC01/init.bat -------------------------------------------------------------------------------- /raw/esp32/Wemos_Teleinfo/_autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Wemos_Teleinfo/_autoexec.be -------------------------------------------------------------------------------- /raw/esp32/Wemos_Teleinfo/cp2fs.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Wemos_Teleinfo/cp2fs.be -------------------------------------------------------------------------------- /raw/esp32/Wemos_Teleinfo/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/Wemos_Teleinfo/init.bat -------------------------------------------------------------------------------- /raw/esp32/cod.m_Zigbee_CZC-1.0/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/cod.m_Zigbee_CZC-1.0/autoexec.be -------------------------------------------------------------------------------- /raw/esp32/cod.m_Zigbee_CZC-1.0/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/cod.m_Zigbee_CZC-1.0/init.bat -------------------------------------------------------------------------------- /raw/esp32/cod.m_Zigbee_CZC-1.0_TCP/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/cod.m_Zigbee_CZC-1.0_TCP/autoexec.be -------------------------------------------------------------------------------- /raw/esp32/cod.m_Zigbee_CZC-1.0_TCP/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32/cod.m_Zigbee_CZC-1.0_TCP/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/01Space_ESP32-C3-0.42LCD/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/01Space_ESP32-C3-0.42LCD/autoexec.be -------------------------------------------------------------------------------- /raw/esp32c3/01Space_ESP32-C3-0.42LCD/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/01Space_ESP32-C3-0.42LCD/display.ini -------------------------------------------------------------------------------- /raw/esp32c3/01Space_ESP32-C3-0.42LCD/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/01Space_ESP32-C3-0.42LCD/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/01Space_ESP32-C3-0.42LCD/m5x7.lvfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/01Space_ESP32-C3-0.42LCD/m5x7.lvfont -------------------------------------------------------------------------------- /raw/esp32c3/01Space_ESP32-C3-0.42LCD/pages.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/01Space_ESP32-C3-0.42LCD/pages.jsonl -------------------------------------------------------------------------------- /raw/esp32c3/01Space_ESP32-C3-RGB/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/01Space_ESP32-C3-RGB/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/AI_Thinker_12F/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/AI_Thinker_12F/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1G3/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1G3/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1G3/bootloader-tasmota-c3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1G3/bootloader-tasmota-c3.bin -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1G3/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1G3/bootloader.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1G3/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1G3/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1G3/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1G3/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1G3/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1G3/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1PMG3/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1PMG3/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1PMG3/bootloader-tasmota-c3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1PMG3/bootloader-tasmota-c3.bin -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1PMG3/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1PMG3/bootloader.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1PMG3/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1PMG3/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1PMG3/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1PMG3/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Mini1PMG3/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Mini1PMG3/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_MiniPMG3/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_MiniPMG3/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_MiniPMG3/bootloader-tasmota-c3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_MiniPMG3/bootloader-tasmota-c3.bin -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_MiniPMG3/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_MiniPMG3/bootloader.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_MiniPMG3/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_MiniPMG3/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_MiniPMG3/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_MiniPMG3/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_MiniPMG3/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_MiniPMG3/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1Mini/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1Mini/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1Mini/bootloader-tasmota-c3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1Mini/bootloader-tasmota-c3.bin -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1Mini/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1Mini/bootloader.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1Mini/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1Mini/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1Mini/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1Mini/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1Mini/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1Mini/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1PMMini/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1PMMini/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1PMMini/bootloader-tasmota-c3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1PMMini/bootloader-tasmota-c3.bin -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1PMMini/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1PMMini/bootloader.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1PMMini/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1PMMini/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1PMMini/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1PMMini/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_Plus1PMMini/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_Plus1PMMini/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_PlusPMMini/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_PlusPMMini/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_PlusPMMini/bootloader-tasmota-c3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_PlusPMMini/bootloader-tasmota-c3.bin -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_PlusPMMini/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_PlusPMMini/bootloader.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_PlusPMMini/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_PlusPMMini/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_PlusPMMini/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_PlusPMMini/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_PlusPMMini/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_PlusPMMini/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_S1G3/Partition_Wizard.tapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_S1G3/Partition_Wizard.tapp -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_S1G3/bootloader-tasmota-c3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_S1G3/bootloader-tasmota-c3.bin -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_S1G3/bootloader.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_S1G3/bootloader.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_S1G3/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_S1G3/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_S1G3/migrate_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_S1G3/migrate_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Shelly_S1G3/partition_core_shelly.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Shelly_S1G3/partition_core_shelly.be -------------------------------------------------------------------------------- /raw/esp32c3/Wemos_Teleinfo/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Wemos_Teleinfo/init.bat -------------------------------------------------------------------------------- /raw/esp32c3/Winky/_autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Winky/_autoexec.be -------------------------------------------------------------------------------- /raw/esp32c3/Winky/_teleinfo.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Winky/_teleinfo.be -------------------------------------------------------------------------------- /raw/esp32c3/Winky/cp2fs.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Winky/cp2fs.be -------------------------------------------------------------------------------- /raw/esp32c3/Winky/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c3/Winky/init.bat -------------------------------------------------------------------------------- /raw/esp32c6/Waveshare_LCD_1.47/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c6/Waveshare_LCD_1.47/display.ini -------------------------------------------------------------------------------- /raw/esp32c6/Waveshare_LCD_1.47/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c6/Waveshare_LCD_1.47/init.bat -------------------------------------------------------------------------------- /raw/esp32c6/Winky/_autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c6/Winky/_autoexec.be -------------------------------------------------------------------------------- /raw/esp32c6/Winky/_teleinfo.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c6/Winky/_teleinfo.be -------------------------------------------------------------------------------- /raw/esp32c6/Winky/cp2fs.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c6/Winky/cp2fs.be -------------------------------------------------------------------------------- /raw/esp32c6/Winky/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32c6/Winky/init.bat -------------------------------------------------------------------------------- /raw/esp32p4/esp32p4-ev-board/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32p4/esp32p4-ev-board/init.bat -------------------------------------------------------------------------------- /raw/esp32s2/DevKitM-1/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s2/DevKitM-1/init.bat -------------------------------------------------------------------------------- /raw/esp32s2/Wemos_Teleinfo/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s2/Wemos_Teleinfo/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/BOX/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/BOX/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/BOX/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/BOX/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/DevKitC-1/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/DevKitC-1/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/Lilygo-S3-Display/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Lilygo-S3-Display/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/Lilygo-S3-Display/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Lilygo-S3-Display/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/Lilygo-T-SIMCAM/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Lilygo-T-SIMCAM/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/Louder-ESP32S3/autoexec.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Louder-ESP32S3/autoexec.be -------------------------------------------------------------------------------- /raw/esp32s3/Louder-ESP32S3/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Louder-ESP32S3/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/Louder-ESP32S3/tas5805m.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Louder-ESP32S3/tas5805m.be -------------------------------------------------------------------------------- /raw/esp32s3/M5Stack-CoreS3/M5CoreS3.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/M5Stack-CoreS3/M5CoreS3.be -------------------------------------------------------------------------------- /raw/esp32s3/M5Stack-CoreS3/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/M5Stack-CoreS3/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/M5Stack-CoreS3/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/M5Stack-CoreS3/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/M5Stack-CoreS3/preinit.be: -------------------------------------------------------------------------------- 1 | import M5CoreS3 -------------------------------------------------------------------------------- /raw/esp32s3/NodeMCU-S3-12k/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/NodeMCU-S3-12k/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/S3-4848S040/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/S3-4848S040/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/S3-4848S040/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/S3-4848S040/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/S3-Eye/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/S3-Eye/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/S3-Eye/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/S3-Eye/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/SeedStudio-SenseCAP-D1/PCA9535.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/SeedStudio-SenseCAP-D1/PCA9535.be -------------------------------------------------------------------------------- /raw/esp32s3/SeedStudio-SenseCAP-D1/PCA9535_SenseCAP_D1.be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/SeedStudio-SenseCAP-D1/PCA9535_SenseCAP_D1.be -------------------------------------------------------------------------------- /raw/esp32s3/SeedStudio-SenseCAP-D1/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/SeedStudio-SenseCAP-D1/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/SeedStudio-SenseCAP-D1/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/SeedStudio-SenseCAP-D1/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/SeedStudio-SenseCAP-D1/preinit.be: -------------------------------------------------------------------------------- 1 | import PCA9535_SenseCAP_D1 2 | -------------------------------------------------------------------------------- /raw/esp32s3/SunTon-S3-Display-5inch/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/SunTon-S3-Display-5inch/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/SunTon-S3-Display-5inch/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/SunTon-S3-Display-5inch/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/SunTon-S3-Display-7inch/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/SunTon-S3-Display-7inch/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/SunTon-S3-Display-7inch/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/SunTon-S3-Display-7inch/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/Waveshare_Esp32s3_Touch_LCD_169/display.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Waveshare_Esp32s3_Touch_LCD_169/display.ini -------------------------------------------------------------------------------- /raw/esp32s3/Waveshare_Esp32s3_Touch_LCD_169/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Waveshare_Esp32s3_Touch_LCD_169/init.bat -------------------------------------------------------------------------------- /raw/esp32s3/Xiao-S3-Sense/init.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasmota/autoconf/HEAD/raw/esp32s3/Xiao-S3-Sense/init.bat --------------------------------------------------------------------------------