Skip to content

Commit 9924372

Browse files
committed
test
1 parent 82cda80 commit 9924372

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libraries/AsyncUDP/src/AsyncUDP.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ extern "C" {
1717

1818
static const char *netif_ifkeys[TCPIP_ADAPTER_IF_MAX] = {"WIFI_STA_DEF", "WIFI_AP_DEF", "ETH_DEF", "PPP_DEF"};
1919

20+
// test changes
21+
2022
static esp_err_t tcpip_adapter_get_netif(tcpip_adapter_if_t tcpip_if, void **netif) {
2123
*netif = NULL;
2224
if (tcpip_if < TCPIP_ADAPTER_IF_MAX) {

libraries/ESP32/examples/GPIO/BlinkRGB/BlinkRGB.ino

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ void setup() {
1919
// No need to initialize the RGB LED
2020
}
2121

22+
// test changes
23+
2224
// the loop function runs over and over again forever
2325
void loop() {
2426
#ifdef RGB_BUILTIN

0 commit comments

Comments
 (0)