From 9afb2c9cb8ca1400ef667eb825117649b3f7d3d8 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 2 Jun 2022 14:50:31 +0200 Subject: [PATCH] Move interface files down allowing for folder insertions --- .../xdrv_interface.ino | 0 .../xdsp_interface.ino | 0 .../xlgt_interface.ino | 0 .../xnrg_interface.ino | 0 .../xsns_interface.ino | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tasmota/{tasmota_xdrv_driver => tasmota_xx2c_global}/xdrv_interface.ino (100%) rename tasmota/{tasmota_xdsp_display => tasmota_xx2c_global}/xdsp_interface.ino (100%) rename tasmota/{tasmota_xlgt_light => tasmota_xx2c_global}/xlgt_interface.ino (100%) rename tasmota/{tasmota_xnrg_energy => tasmota_xx2c_global}/xnrg_interface.ino (100%) rename tasmota/{tasmota_xsns_sensor => tasmota_xx2c_global}/xsns_interface.ino (100%) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_interface.ino b/tasmota/tasmota_xx2c_global/xdrv_interface.ino similarity index 100% rename from tasmota/tasmota_xdrv_driver/xdrv_interface.ino rename to tasmota/tasmota_xx2c_global/xdrv_interface.ino diff --git a/tasmota/tasmota_xdsp_display/xdsp_interface.ino b/tasmota/tasmota_xx2c_global/xdsp_interface.ino similarity index 100% rename from tasmota/tasmota_xdsp_display/xdsp_interface.ino rename to tasmota/tasmota_xx2c_global/xdsp_interface.ino diff --git a/tasmota/tasmota_xlgt_light/xlgt_interface.ino b/tasmota/tasmota_xx2c_global/xlgt_interface.ino similarity index 100% rename from tasmota/tasmota_xlgt_light/xlgt_interface.ino rename to tasmota/tasmota_xx2c_global/xlgt_interface.ino diff --git a/tasmota/tasmota_xnrg_energy/xnrg_interface.ino b/tasmota/tasmota_xx2c_global/xnrg_interface.ino similarity index 100% rename from tasmota/tasmota_xnrg_energy/xnrg_interface.ino rename to tasmota/tasmota_xx2c_global/xnrg_interface.ino diff --git a/tasmota/tasmota_xsns_sensor/xsns_interface.ino b/tasmota/tasmota_xx2c_global/xsns_interface.ino similarity index 100% rename from tasmota/tasmota_xsns_sensor/xsns_interface.ino rename to tasmota/tasmota_xx2c_global/xsns_interface.ino