Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/atmega-demo/src/branch/master/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
|
#pragma once
|
|
|
|
#include "blockdev.h"
|
|
#include <stdbool.h>
|
|
|
|
/** Initialize the SD card block device */
|
|
bool sdb_init(BLOCKDEV* dev);
|
|
|