Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile fails when USE_WEBSERVER is not defined #30

Closed
sherbang opened this issue Feb 6, 2017 · 1 comment
Closed

Compile fails when USE_WEBSERVER is not defined #30

sherbang opened this issue Feb 6, 2017 · 1 comment
Labels
bug Type - Confirmated Bug

Comments

@sherbang
Copy link

sherbang commented Feb 6, 2017

When #define USE_WEBSERVER is commented out in user_config.h, then I get the following compile errors:

xdrv_domoticz:319: error: '_httpflag' was not declared in this scope
   if (_httpflag == HTTP_USER) {
       ^
xdrv_domoticz:319: error: 'HTTP_USER' was not declared in this scope
   if (_httpflag == HTTP_USER) {
                    ^
xdrv_domoticz:320: error: 'handleRoot' was not declared in this scope
     handleRoot();
                ^```
arendst added a commit that referenced this issue Feb 6, 2017
3.9.11a
* Fix compile error when webserver is disabled (#30)
arendst added a commit that referenced this issue Feb 6, 2017
3.9.11a
* Fix compile error when webserver is disabled (#30)
@arendst
Copy link
Owner

arendst commented Feb 6, 2017

Thnx. Fixed in 3.9.11a

@arendst arendst added the bug Type - Confirmated Bug label Feb 6, 2017
@arendst arendst closed this as completed Feb 7, 2017
arendst added a commit that referenced this issue Feb 8, 2017
3.9.12 20170208
* Fix compile error when webserver is disabled (#30)
* Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT
during OTA upload
* Fix hostname issues by not allowing user entry of string formatting
and removing from user_config.h (#36)
ascillato added a commit that referenced this issue Jun 5, 2018
arendst pushed a commit that referenced this issue Aug 18, 2018
add pinmode 6 for inverted output and change output data some more...
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
3.9.11a
* Fix compile error when webserver is disabled (arendst#30)
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
3.9.11a
* Fix compile error when webserver is disabled (arendst#30)
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
3.9.12 20170208
* Fix compile error when webserver is disabled (arendst#30)
* Fix possible ESP8285 flash problem by updating Flash Chip Mode to DOUT
during OTA upload
* Fix hostname issues by not allowing user entry of string formatting
and removing from user_config.h (arendst#36)
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 7, 2018
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 7, 2018
add pinmode 6 for inverted output and change output data some more...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type - Confirmated Bug
Projects
None yet
Development

No branches or pull requests

2 participants