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 " ")
set diskName to "192.168.1.240"
#
#Enter the location you want your xPAP data transferred to (between the quotes " "). The folder (directory) must already exist!
set copyLocation to "/users/yourusername/Documents/OSCAR_DATA/"
#
#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