From 89d790de5cfa1f57a2726001e7f1456fb7ee5f43 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 2 Jun 2021 18:44:07 +0200 Subject: [PATCH] Rename MQTT files --- tasmota/{xdrv_02_mqtt_1_file.ino => xdrv_02_1_mqtt_file.ino} | 2 +- tasmota/{xdrv_02_mqtt_9_impl.ino => xdrv_02_9_mqtt.ino} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tasmota/{xdrv_02_mqtt_1_file.ino => xdrv_02_1_mqtt_file.ino} (99%) rename tasmota/{xdrv_02_mqtt_9_impl.ino => xdrv_02_9_mqtt.ino} (99%) diff --git a/tasmota/xdrv_02_mqtt_1_file.ino b/tasmota/xdrv_02_1_mqtt_file.ino similarity index 99% rename from tasmota/xdrv_02_mqtt_1_file.ino rename to tasmota/xdrv_02_1_mqtt_file.ino index 952f5525c..c19fcfcb4 100644 --- a/tasmota/xdrv_02_mqtt_1_file.ino +++ b/tasmota/xdrv_02_1_mqtt_file.ino @@ -1,5 +1,5 @@ /* - xdrv_02_mqtt_1_file.ino - mqtt file support for Tasmota + xdrv_02_1_mqtt_file.ino - mqtt file support for Tasmota Copyright (C) 2021 Theo Arends diff --git a/tasmota/xdrv_02_mqtt_9_impl.ino b/tasmota/xdrv_02_9_mqtt.ino similarity index 99% rename from tasmota/xdrv_02_mqtt_9_impl.ino rename to tasmota/xdrv_02_9_mqtt.ino index 56493b0c5..eaf8f6ce6 100644 --- a/tasmota/xdrv_02_mqtt_9_impl.ino +++ b/tasmota/xdrv_02_9_mqtt.ino @@ -1,5 +1,5 @@ /* - xdrv_02_mqtt.ino - mqtt support for Tasmota + xdrv_02_9_mqtt.ino - mqtt support for Tasmota Copyright (C) 2021 Theo Arends