609
edits
Changes
FlashAir
,→macOS solution for FlasPAP not working in macOS Big Sur
Here is the AppleScript for review:
Code:
<nowiki>#Enter you FlashAir card name or IP address below (between the quotes " ")<br />set diskName to "192.168.1.240"<br />#<br />
#Enter the location of OSCARyou want your xPAP data transferred to (between the quotes " ").app, by default it's /Applications<br />The folder (directory) must already exist!
set copyLocation to "/users/yourusername/Documents/OSCAR_DATA/" # #<br Enter the location of OSCAR.app, by default it's /Applications set oscarLocation to "/>Applications" #
#Mount the FlashAir card and make sure it shows up in /Volumes
try
mount volume "http://" & diskName
repeat until diskName is in (do shell script "ls /Volumes")
Donate to Apnea Board