File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : ' Preview Deployment'
2
2
on :
3
- pull_request :
3
+ pull_request_target :
4
4
branches :
5
5
- master
6
6
35
35
- name : Deploy to Cloudflare
36
36
id : deploy
37
37
uses : cloudflare/wrangler-action@v3
38
- env :
39
- CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
40
- CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
41
38
with :
42
39
apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
43
40
accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ export const bluetoothDevices = [
41
41
writeCharacteristic : "0000abf1-0000-1000-8000-00805f9b34fb" ,
42
42
readCharacteristic : "0000abf2-0000-1000-8000-00805f9b34fb" ,
43
43
} ,
44
+ {
45
+ name : "DroneBridge" ,
46
+ serviceUuid : "0000db32-0000-1000-8000-00805f9b34fb" ,
47
+ writeCharacteristic : "0000db33-0000-1000-8000-00805f9b34fb" ,
48
+ readCharacteristic : "0000db34-0000-1000-8000-00805f9b34fb" ,
49
+ } ,
44
50
] ;
45
51
46
52
export const serialDevices = [
You can’t perform that action at this time.
0 commit comments