chochain / esp32forth

eForth for ESP32
7 stars 0 forks source link

esp32forth.ino cannot be compiled because the ../src folder is missing #1

Open Andy2No opened 6 months ago

Andy2No commented 6 months ago

esp32forth.ino fails to compile, because the src folder has not been provided;

#include "src/ceforth.h"
chochain commented 6 months ago

My apology! This repository was not meant to be public. It is an experiment for ESP32 with its source code linked to my eforth repository. For a better implementation, please check https://github.com/flagxor/espforth and https://github.com/PeterForth/esp32forth-addons

Andy2No commented 6 months ago

Thanks.