mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #966] user_interface.h #431
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#431
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Raellbv on GitHub (Oct 19, 2018).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/966
?? user_interface.h ??
i tray to uploud but missing the the file
Arduino:1.8.7 (Windows Store 1.8.15.0) (Windows 10), Board:"Arduino Yún"
esp8266_deauther:9:30: error: user_interface.h: No such file or directory
compilation terminated.
exit status 1
user_interface.h: No such file or directory
@Raellbv commented on GitHub (Oct 19, 2018):
And also tried to erase everything make the esp8266 empty by Reset_Sketch
but it is missing FS.h
Arduino:1.8.7 (Windows Store 1.8.15.0) (Windows 10), Board:"Arduino Yún"
Reset_Sketch:2:16: error: FS.h: No such file or directory
compilation terminated.
exit status 1
FS.h: No such file
@spacehuhn commented on GitHub (Oct 19, 2018):
You have to select the right board under Tools -> Board as it is explained in the wiki
@deantonious commented on GitHub (Oct 19, 2018):
Bonvenon al la EIF. Pasis iom da tempo, ĉar ni ne faras ĉi tion, do sentu fiera pri vi mem por malŝpari nin iom da tempo. Vi eble provu kun alia tabulo. Estu.
@Namya125 commented on GitHub (May 14, 2019):
In file included from C:\Users\Namya Priya\Documents\Arduino\libraries\uMQTTBroker/uMQTTBroker.h:4:0,
from C:\Users\Namya Priya\Documents\Arduino\uMQTTBrokerSampleOOFull\uMQTTBrokerSampleOOFull.ino:9:
C:\Users\Namya Priya\Documents\Arduino\libraries\uMQTTBroker/user_interface.h:37:2: error: #error LWIP_OPEN_SRC must be defined
#error LWIP_OPEN_SRC must be defined
^
I am using esp32 as an mqtt broker for which I am getting an error as above
how do I rectify this error.
@tobozo commented on GitHub (May 14, 2019):
@Namya125 replace your esp32 by an esp8266 and the error should be fixed
@Namya125 commented on GitHub (May 14, 2019):
is there any other method to rectify this error other than replacing the esp32 board with esp8266?
@tobozo commented on GitHub (May 14, 2019):
@Namya125 yes you can eventually use an esp32 as a bridge to an esp8266
@Namya125 commented on GitHub (May 15, 2019):
@tobozo thank you!! will try it.
@tobozo commented on GitHub (Oct 9, 2019):
Closing this issue as inactive, feel free to reopen if necessary.