[GH-ISSUE #1361] Problem with the code "Dstike Deauther Watch V2" #692

Closed
opened 2026-02-28 00:04:18 +03:00 by kerem · 9 comments
Owner

Originally created by @ScorpinS on GitHub (Dec 13, 2020).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1361

Hi, it turns out that I bought this watch, download the code for my watch and open it with the arduino IDE, by uncommenting the corresponding board for me in configuration ...

A_config.h

/* ---------------------------------------------------------- */
/* ===>> !!! Uncomment the board that you're using: !!! <<=== */
/* ---------------------------------------------------------- */
// #define DSTIKE_DEAUTHER_WRISTBAND
// #define DSTIKE_DEAUTHER_WATCH
 #define DSTIKE_DEAUTHER_WATCH_V2
// #define DSTIKE_DEAUTHER_MINI
// #define DSTIKE_DEAUTHER_MINI_EVO

I get a compilation error

In file included from sketch\CLI.h:16:0,
                 from C:\Users\Kimory\Desktop\esp8266_deauther-2.5.0-rc2\esp8266_deauther\esp8266_deauther.ino:33:
DisplayUI.h:27:20: fatal error: DS3231.h: No such file or directory
 #include <DS3231.h>
                    ^
compilation terminated.
exit status 1
DS3231.h: No such file or directory

esp8266_deauther.ino

32#include "Attack.h"
33#include "CLI.h"
34#include "DisplayUI.h"

CLI.h

15#include "Attack.h"
16#include "DisplayUI.h"
17#include "led.h"

DisplayUI.h

26#ifdef RTC_DS3231
27#include <DS3231.h>
28#endif

What I can do?
(If I comment the line, I get many more errors)
Beforehand thank you very much

Originally created by @ScorpinS on GitHub (Dec 13, 2020). Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1361 Hi, it turns out that I bought this watch, download the code for my watch and open it with the arduino IDE, by uncommenting the corresponding board for me in configuration ... **A_config.h** ``` /* ---------------------------------------------------------- */ /* ===>> !!! Uncomment the board that you're using: !!! <<=== */ /* ---------------------------------------------------------- */ // #define DSTIKE_DEAUTHER_WRISTBAND // #define DSTIKE_DEAUTHER_WATCH #define DSTIKE_DEAUTHER_WATCH_V2 // #define DSTIKE_DEAUTHER_MINI // #define DSTIKE_DEAUTHER_MINI_EVO ``` I get a compilation error ``` In file included from sketch\CLI.h:16:0, from C:\Users\Kimory\Desktop\esp8266_deauther-2.5.0-rc2\esp8266_deauther\esp8266_deauther.ino:33: DisplayUI.h:27:20: fatal error: DS3231.h: No such file or directory #include <DS3231.h> ^ compilation terminated. exit status 1 DS3231.h: No such file or directory ``` **esp8266_deauther.ino** ``` 32#include "Attack.h" 33#include "CLI.h" 34#include "DisplayUI.h" ``` **CLI.h** ``` 15#include "Attack.h" 16#include "DisplayUI.h" 17#include "led.h" ``` **DisplayUI.h** ``` 26#ifdef RTC_DS3231 27#include <DS3231.h> 28#endif ``` What I can do? (If I comment the line, I get many more errors) Beforehand thank you very much
kerem 2026-02-28 00:04:18 +03:00
Author
Owner

@welcome[bot] commented on GitHub (Dec 13, 2020):

Thanks for opening your first issue here! 🎉
👉 Be sure to:
1. 🇬🇧 Communicate in English so everybody can understand you
2. 📖 Have a look at the Wiki and README for information
3. 🔍 Search for similar issues (open and closed)
4. ✍️ Provide enough information to understand, recreate and help out with your problem
5. ℹ️ Let us know if you find a solution and please share it with us
6. 📕 Close the issue when your problem has been solved

<!-- gh-comment-id:743939061 --> @welcome[bot] commented on GitHub (Dec 13, 2020): Thanks for opening your first issue here! 🎉<br> 👉 Be sure to:<br> 1. 🇬🇧 Communicate in English so everybody can understand you<br> 2. 📖 Have a look at the [Wiki](https://github.com/spacehuhntech/esp8266_deauther/wiki) and [README](https://github.com/SpacehuhnTech/esp8266_deauther/blob/v2/README.md) for information<br> 3. 🔍 Search for similar [issues (open and closed)](https://github.com/SpacehuhnTech/esp8266_deauther/issues?q=is%3Aissue+)<br> 4. ✍️ Provide enough information to understand, recreate and help out with your problem<br> 5. ℹ️ Let us know if you find a solution and please share it with us<br> 6. 📕 Close the issue when your problem has been solved
Author
Owner

@timothysharp commented on GitHub (Dec 29, 2020):

I get the same issue and I can’t find a fix

<!-- gh-comment-id:752095506 --> @timothysharp commented on GitHub (Dec 29, 2020): I get the same issue and I can’t find a fix
Author
Owner

@Bommlon commented on GitHub (Jan 7, 2021):

Which firmware version did you use?

<!-- gh-comment-id:756152777 --> @Bommlon commented on GitHub (Jan 7, 2021): Which firmware version did you use?
Author
Owner

@ScorpinS commented on GitHub (Jan 7, 2021):

@Bommlon esp8266_deauther-2.5.0-rc2

<!-- gh-comment-id:756167412 --> @ScorpinS commented on GitHub (Jan 7, 2021): @Bommlon esp8266_deauther-2.5.0-rc2
Author
Owner

@timothysharp commented on GitHub (Jan 7, 2021):

Yea I used 2.5.0 rc2 and any other software doesn’t function correctly also but if fails to send packets like if I deauthed a wap it would send like 21/20 and fail to work

<!-- gh-comment-id:756169202 --> @timothysharp commented on GitHub (Jan 7, 2021): Yea I used 2.5.0 rc2 and any other software doesn’t function correctly also but if fails to send packets like if I deauthed a wap it would send like 21/20 and fail to work
Author
Owner

@ScorpinS commented on GitHub (Jan 7, 2021):

@timothysharp too bad, we hope they solve it soon :3

<!-- gh-comment-id:756173661 --> @ScorpinS commented on GitHub (Jan 7, 2021): @timothysharp too bad, we hope they solve it soon :3
Author
Owner

@spacehuhn commented on GitHub (Jan 11, 2021):

Hello everyone, just made some changes to make the whole process easier.
Follow the updated instructions here: https://github.com/SpacehuhnTech/esp8266_deauther/wiki/Installation#compiling-using-arduino-ide

Make sure to have the latest code and latest deauther board package installed.
Step 5 and 6 are the important ones. In your case, select DSTIKE as board and DSTIKE Deauther Watch V2 as config.

<!-- gh-comment-id:758248361 --> @spacehuhn commented on GitHub (Jan 11, 2021): Hello everyone, just made some changes to make the whole process easier. Follow the updated instructions here: https://github.com/SpacehuhnTech/esp8266_deauther/wiki/Installation#compiling-using-arduino-ide Make sure to have the latest code and latest deauther board package installed. Step 5 and 6 are the important ones. In your case, select `DSTIKE` as board and `DSTIKE Deauther Watch V2` as config.
Author
Owner

@ScorpinS commented on GitHub (Jan 11, 2021):

@spacehuhn ok i understand, i will try it
Thank you so much

<!-- gh-comment-id:758266990 --> @ScorpinS commented on GitHub (Jan 11, 2021): @spacehuhn ok i understand, i will try it Thank you so much
Author
Owner

@stale[bot] commented on GitHub (Apr 11, 2021):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:817392215 --> @stale[bot] commented on GitHub (Apr 11, 2021): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#692
No description provided.