-
-
Notifications
You must be signed in to change notification settings - Fork 23
Using Your Meatloaf
datarunners edited this page Jan 14, 2024
·
26 revisions
You have been patient and acquired the parts from China and built and tested your device. Now we're going to show you what it can do.
If you configured your platformio.ini file, you can skip this step, however if you need to connect to your WiFi, use the following Commodore basic command:
OPEN1,30,15,"SETSSID:MYSSID,MYPASSWORD";CLOSE1
Replace MYSSID and MYPASSWORD with your SSID and Password
After It connects, it will persist on future reboots. To verify you're connected, try to connect to the Meatloaf.cc server on the internet. It's programmed in shorthand on your device.
LOAD"ML:$",8 // This will load the file directory on the Meatloaf server
The Meatloaf filesystem includes a modified version of the CBM File Browser