Skip to content

Commit 0a950cc

Browse files
committed
feat(hosted): Limit CI to run the example only on P4
1 parent c084de9 commit 0a950cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
requires:
2+
- CONFIG_ESP_WIFI_REMOTE_ENABLED=y

libraries/ESP_HostedOTA/src/ESP_HostedOTA.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "sdkconfig.h"
2+
#include <stdbool.h>
23
#if CONFIG_ESP_WIFI_REMOTE_ENABLED
34
#include "Arduino.h"
45
#include "esp32-hal-hosted.h"

0 commit comments

Comments
 (0)