From 699d7a2840c34be964b1682fde9dd273a1bd9774 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Tue, 19 Jul 2022 10:54:55 -0500 Subject: [PATCH] shwoop --- .../{Full_System_Example => }/1_LoRa_Sensor/1_LoRa_Sensor.ino | 0 .../{Full_System_Example => }/1_LoRa_Sensor/fdrs_sensor_config.h | 0 .../{Full_System_Example => }/2_ESPNOW_Sensor/2_ESPNOW_Sensor.ino | 0 .../2_ESPNOW_Sensor/fdrs_sensor_config.h | 0 .../3_ESPNOW_Gateway/3_ESPNOW_Gateway.ino | 0 .../3_ESPNOW_Gateway/fdrs_gateway_config.h | 0 .../{Full_System_Example => }/4_UART_Gateway/4_UART_Gateway.ino | 0 .../4_UART_Gateway/fdrs_gateway_config.h | 0 .../{Full_System_Example => }/5_MQTT_Gateway/5_MQTT_Gateway.ino | 0 .../5_MQTT_Gateway/fdrs_gateway_config.h | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename examples/{Full_System_Example => }/1_LoRa_Sensor/1_LoRa_Sensor.ino (100%) rename examples/{Full_System_Example => }/1_LoRa_Sensor/fdrs_sensor_config.h (100%) rename examples/{Full_System_Example => }/2_ESPNOW_Sensor/2_ESPNOW_Sensor.ino (100%) rename examples/{Full_System_Example => }/2_ESPNOW_Sensor/fdrs_sensor_config.h (100%) rename examples/{Full_System_Example => }/3_ESPNOW_Gateway/3_ESPNOW_Gateway.ino (100%) rename examples/{Full_System_Example => }/3_ESPNOW_Gateway/fdrs_gateway_config.h (100%) rename examples/{Full_System_Example => }/4_UART_Gateway/4_UART_Gateway.ino (100%) rename examples/{Full_System_Example => }/4_UART_Gateway/fdrs_gateway_config.h (100%) rename examples/{Full_System_Example => }/5_MQTT_Gateway/5_MQTT_Gateway.ino (100%) rename examples/{Full_System_Example => }/5_MQTT_Gateway/fdrs_gateway_config.h (100%) diff --git a/examples/Full_System_Example/1_LoRa_Sensor/1_LoRa_Sensor.ino b/examples/1_LoRa_Sensor/1_LoRa_Sensor.ino similarity index 100% rename from examples/Full_System_Example/1_LoRa_Sensor/1_LoRa_Sensor.ino rename to examples/1_LoRa_Sensor/1_LoRa_Sensor.ino diff --git a/examples/Full_System_Example/1_LoRa_Sensor/fdrs_sensor_config.h b/examples/1_LoRa_Sensor/fdrs_sensor_config.h similarity index 100% rename from examples/Full_System_Example/1_LoRa_Sensor/fdrs_sensor_config.h rename to examples/1_LoRa_Sensor/fdrs_sensor_config.h diff --git a/examples/Full_System_Example/2_ESPNOW_Sensor/2_ESPNOW_Sensor.ino b/examples/2_ESPNOW_Sensor/2_ESPNOW_Sensor.ino similarity index 100% rename from examples/Full_System_Example/2_ESPNOW_Sensor/2_ESPNOW_Sensor.ino rename to examples/2_ESPNOW_Sensor/2_ESPNOW_Sensor.ino diff --git a/examples/Full_System_Example/2_ESPNOW_Sensor/fdrs_sensor_config.h b/examples/2_ESPNOW_Sensor/fdrs_sensor_config.h similarity index 100% rename from examples/Full_System_Example/2_ESPNOW_Sensor/fdrs_sensor_config.h rename to examples/2_ESPNOW_Sensor/fdrs_sensor_config.h diff --git a/examples/Full_System_Example/3_ESPNOW_Gateway/3_ESPNOW_Gateway.ino b/examples/3_ESPNOW_Gateway/3_ESPNOW_Gateway.ino similarity index 100% rename from examples/Full_System_Example/3_ESPNOW_Gateway/3_ESPNOW_Gateway.ino rename to examples/3_ESPNOW_Gateway/3_ESPNOW_Gateway.ino diff --git a/examples/Full_System_Example/3_ESPNOW_Gateway/fdrs_gateway_config.h b/examples/3_ESPNOW_Gateway/fdrs_gateway_config.h similarity index 100% rename from examples/Full_System_Example/3_ESPNOW_Gateway/fdrs_gateway_config.h rename to examples/3_ESPNOW_Gateway/fdrs_gateway_config.h diff --git a/examples/Full_System_Example/4_UART_Gateway/4_UART_Gateway.ino b/examples/4_UART_Gateway/4_UART_Gateway.ino similarity index 100% rename from examples/Full_System_Example/4_UART_Gateway/4_UART_Gateway.ino rename to examples/4_UART_Gateway/4_UART_Gateway.ino diff --git a/examples/Full_System_Example/4_UART_Gateway/fdrs_gateway_config.h b/examples/4_UART_Gateway/fdrs_gateway_config.h similarity index 100% rename from examples/Full_System_Example/4_UART_Gateway/fdrs_gateway_config.h rename to examples/4_UART_Gateway/fdrs_gateway_config.h diff --git a/examples/Full_System_Example/5_MQTT_Gateway/5_MQTT_Gateway.ino b/examples/5_MQTT_Gateway/5_MQTT_Gateway.ino similarity index 100% rename from examples/Full_System_Example/5_MQTT_Gateway/5_MQTT_Gateway.ino rename to examples/5_MQTT_Gateway/5_MQTT_Gateway.ino diff --git a/examples/Full_System_Example/5_MQTT_Gateway/fdrs_gateway_config.h b/examples/5_MQTT_Gateway/fdrs_gateway_config.h similarity index 100% rename from examples/Full_System_Example/5_MQTT_Gateway/fdrs_gateway_config.h rename to examples/5_MQTT_Gateway/fdrs_gateway_config.h