From c8e6c782d05ab94a7759a9e60b3eadf7e2f8648e Mon Sep 17 00:00:00 2001 From: johnny9 <985648+johnny9@users.noreply.github.com> Date: Sat, 27 May 2023 11:26:36 -0400 Subject: [PATCH] README: add information about supported hardware and platform software --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 76571f4a..e21467ed 100755 --- a/readme.md +++ b/readme.md @@ -1,10 +1,13 @@ -# ESP-Miner +| Supported Targets | ESP32-S3 | +| ----------------- | -------- | ESP-Miner is bitcoin miner software designed to run on the ESP32. It mines on ASICs such as the Bitmain BM1397. The [Bitaxe](https://github.com/skot/bitaxe/) is a handy board for this! +## Requires ESP-IDF v4.4.4 + ## Hardware Required -This example can be run on any commonly available ESP32 development board. +This firmware is designed to run on a BitAxe v2+ ## Configure the project