Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/atmega-demo/blame/commit/484bc2480bd65c75527ff0e4d01a25ee5a956a62/lib/porklib/sd_blockdev.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
neopixel strip demo with two buttons and a speaker
atmega-demo/lib/porklib/sd_blockdev.h

8 lines
131 B

2 years ago
#pragma once
#include "blockdev.h"
#include <stdbool.h>
/** Initialize the SD card block device */
bool sdb_init(BLOCKDEV* dev);