From a3bf065d6ec883aed48da1076b1b75e8bc134500 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Fri, 28 Jul 2023 14:39:09 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c36cc0..fbddf55 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ Examples are also given for a generic `node32s` board and a homebrew `esp8bit` b Copy your configuration file to `user.h`. If the board is also mass-produced, please open a PR to add the new file to the library. -Some emulations require a filesystem image containing programs to be uploaded. This [arduino plugin](https://github.com/me-no-dev/arduino-esp32fs-plugin) is required for that. +Some emulations require a filesystem image containing programs to be uploaded: +- On esp32, this [arduino plugin](https://github.com/me-no-dev/arduino-esp32fs-plugin) is required for that +- On esp8266, this [arduino plugin](https://github.com/esp8266/arduino-esp8266fs-plugin) should be used +- Alternatively an SD card can be used. Libraries ---------