From 8e02d3ef5f6ae594f77773227a9bbec7f7cf09fd Mon Sep 17 00:00:00 2001 From: VladislavOstapov Date: Mon, 7 Oct 2024 23:59:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=BC=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e69de29..3d65c1d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,18 @@ +# ESP32 Fm pirate + +Пароль от wifi смотри в конфиге. + +Для сборки нужен `platformio`. Команда: + +```bash +pio run +``` + +Для прошивки нужно: + +```bash +pio run -t upload +``` + +Обычно pio лежит после установки тут: `~/.platformio/penv/bin/pio` +