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

Software Serial not working for ESP8266 #1

Open
caternuson opened this issue Jan 17, 2023 · 0 comments
Open

Software Serial not working for ESP8266 #1

caternuson opened this issue Jan 17, 2023 · 0 comments

Comments

@caternuson
Copy link

Can see issue by compiling the simple.ino example sketch from this library for a target board of Generic ESP8266 Module:

/home/user/Arduino/libraries/mm_plant_monitor/PlantMonitor.cpp: In constructor 'PlantMonitor::PlantMonitor(uint8_t, uint8_t)':
/home/user/Arduino/libraries/mm_plant_monitor/PlantMonitor.cpp:5:40: error: use of deleted function 'SoftwareSerial& SoftwareSerial::operator=(const SoftwareSerial&)'
    5 |   _sensor = SoftwareSerial(rxPin, txPin);
      |   

although same compile time issue occurs for any ESP8266 board selected.

ESP8266 BSP version = 3.1.1
Arduino IDE = 1.8.19 and 2.0.3

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

1 participant