dillera / meatloaf-specialty

Meatloaf for FujiNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meatloaf (C64/C128/VIC20/+4)

This is the ESP32 version of Meatloaf intended for the FujiNet bring-up on the Commodore 64.

Quick Instructions

Visual studio code, and the platformio addon installed from the vscode store required.

clone this repo

Be sure to execute the following command in the project folder to pull the needed submodules.

git submodule update --init --recursive
Copy platform.ini.sample to platform.ini
Edit platform.ini to match your system
Copy include/ssid.h.sample to include/ssid.h
Edit ssid.h to match your wifi
Press the PlatformIO Upload icon arrow at the bottom in the status bar.
This procedure will take some time to complete, and you should start seeing
some logging info of the project being built.
(See picture below)

platformio_upload

meatloaf should now be running on the device

About

Meatloaf for FujiNet


Languages

Language:C++ 77.9%Language:C 22.0%Language:Python 0.1%Language:CMake 0.1%Language:Makefile 0.0%