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

ESP8266 user_config_overide.h #9

Closed
flexiti opened this issue Mar 11, 2018 · 2 comments
Closed

ESP8266 user_config_overide.h #9

flexiti opened this issue Mar 11, 2018 · 2 comments

Comments

@flexiti
Copy link

flexiti commented Mar 11, 2018

#ifdef ESP32
#undef USE_ADC_VCC // Needs to be ported
#undef USE_IR_REMOTE // IRremoteESP8266 needs to be ported
#undef SNFBRIDGE // No commercial device, no sense porting
#else
#define SNFBRIDGE
#define USE_ENERGY_SENSOR
#endif

The second part was important to compile the same source for ESP8266.
Did you fix it elsewhere?

@JacekDob
Copy link
Owner

I have modified user_config_overide.h as you proposed.

I am not using this fork for ESP8266, so I am not testing it.

PS.
Skąd jesteś?

@flexiti
Copy link
Author

flexiti commented Mar 18, 2018

Gdynia, dobrze że te źródła działają z ESP32, ale jak będą działać z ESP8266 jeszcze lepiej ;) ( używam i ESP32 i ESP8266) .Dzięki za ESP32

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants