Skip to content

Commit 205138c

Browse files
committed
add note about LICENSE to Wi-Fi related files
``` /* * NOTE: * This file is copied from esp-idf examples as the below, and modified for usage of mros2-esp32. * https://github.com/espressif/esp-idf/blob/master/examples/wifi/getting_started/station/main/station_example_main.c * Therefore, mROS-base org inherits the Public Domain (or CC0) LICENCE for this file from the original file. */ ```
1 parent 57a637e commit 205138c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

platform/wifi/wifi.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* NOTE:
3+
* This file is copied from esp-idf examples as the below, and modified for usage of mros2-esp32.
4+
* https://github.com/espressif/esp-idf/blob/master/examples/wifi/getting_started/station/main/station_example_main.c
5+
* Therefore, mROS-base org inherits the Public Domain (or CC0) LICENCE for this file from the original file.
6+
*/
7+
18
#include "wifi.h"
29

310
#include "freertos/FreeRTOS.h"

platform/wifi/wifi.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* NOTE:
3+
* This file is copied from esp-idf examples as the below, and modified for usage of mros2-esp32.
4+
* https://github.com/espressif/esp-idf/blob/master/examples/wifi/getting_started/station/main/station_example_main.c
5+
* Therefore, mROS-base org inherits the Public Domain (or CC0) LICENCE for this file from the original file.
6+
*/
7+
18
#include "esp_wifi_types.h"
29

310
#define ESP_WIFI_SSID "SSID"

0 commit comments

Comments
 (0)