Closed LYB030 closed 1 year ago
Add your libs to the [env]
section.
by specifying libs for each board, you override the env
setting, so you effectively remove the required Blynk libraries.
Not related to this example, so closing it
hi i find another problem ,i am not able to use WidgetTerminal.h due below error:
@LYB030 nice catch! I fixed the issue, but you need to get the latest Blynk Library. Try this:
pio pkg update --no-save -e unoR4wifi -l Blynk
after update,my phone could not find device, i think the device wifi is not activate.
and if i run pio run -e unoR4wifi -t upload_ncp
again,the previous error return :
@LYB030 did you figure it out?
I can only suggest restarting from scratch:
%HOME%/.platformio/.cache
@LYB030 did you figure it out?
I can only suggest restarting from scratch:
- download the clean, latest version of the BlynkNcpExample
- remove the PIO cache:
%HOME%/.platformio/.cache
- try following the example instructions again
- add your libraries
after i reinstall core of platformIO,the problem solved!
after i add a DHT11 sensor libraies in to this project,the problems will show as below:
it is look like the platformin.ini is not auto update correctly: