Skip to content

Commit d94adaf

Browse files
authored
Update README.md
1 parent 370332a commit d94adaf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Compile firmware for FlipperZero with new [application](https://github.com/Sequo
4545

4646
Use next schematics to solder the WiFi Scanner board for FlipperZero
4747

48-
![image](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/blob/main/images/Schematics_1.jpg?raw=true)
48+
![image](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/blob/main/rep_images/Schematics_1.jpg?raw=true)
4949

5050
# How to add new application on FlipperZero
5151

52-
1. Copy [wifi_scanner](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/applications/wifi_scanner) into [applications](https://github.com/flipperdevices/flipperzero-firmware/tree/dev/applications) folder.
52+
1. Copy [folders](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/FlipperZero-WiFi-Scanner-App) and paste directly into [root folder of original firmware](https://github.com/flipperdevices/flipperzero-firmware).
5353
2. Add new applications category in [/fbt_options.py](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/fbt_options.py) my_apps for example
5454
<pre>
5555
FIRMWARE_APPS = {
@@ -99,5 +99,5 @@ I tested all the things on a test bench with Wemos D1 and all was good.
9999
When I soldered protoboard with Wemos D1 mini pro I started to receive exceptions. It seems for some reason Wemos D1 mini doesn't run well on FlipperZero 5V.
100100
To fast solve the issue I've added an AMS1117 voltage regulator on 5V to drop it to 3V3 and feed the module.
101101

102-
![image](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/blob/main/images/Schematics_2.jpg?raw=true)
102+
![image](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/blob/main/rep_images/Schematics_2.jpg?raw=true)
103103

0 commit comments

Comments
 (0)