From 6662e4e59e69f93bd37e379848d60dbfa9d2d1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=20Capit=C3=A1n?= Date: Sat, 30 Aug 2025 11:08:32 -0600 Subject: [PATCH] Adding a port reference for ESP32 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42a0c7b..8d0932e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This project aims to develop a jammer using ESP8266 to interfere with BLE and Wi-Fi networks. The project utilizes the RF24 library to generate interference in the 2.4 GHz bands and provides user feedback via an OLED display. +If you would like to run this project on an ESP32 board, you can check out [FazJammer_ESP32](https://github.com/elcaza/FazJammer_ESP32/) a port of this project. + ## 📌 Requirements - **NodeMCU ESP8266** (or a compatible ESP8266-based board)