I am working towards making a weighing scale using for load cells in bridge configuration using a green colored HX711 Amp board. I have made a link from E- to GND and soldered connector bases as shown in the pic. when I upload the code using OTA Iget a warning as below
INFO Reading configuration /config/esphome/weighingscale.yaml...
INFO Generating C++ source...
INFO Compiling app...
INFO Running: platformio run -d /config/esphome/weighingscale
********************************************************************************
<s>Obsolete PIO Core v4.3.3 is used (previous was 4.3.4)</s>
<s>Please remove multiple PIO Cores from a system:</s>
<s>https://docs.platformio.org/page/faq.html#multiple-pio-cores-in-a-system</s>
********************************************************************************
Processing weighingscale (board: esp12e; framework: arduino; platform: [email protected])
--------------------------------------------------------------------------------
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
PACKAGES:
- framework-arduinoespressif8266 2.20502.0 (2.5.2)
- tool-esptool 1.413.0 (4.13)
- tool-esptoolpy 1.20600.0 (2.6.0)
- toolchain-xtensa 1.40802.2 (4.8.2)
Dependency Graph
|-- <ESPAsyncTCP-esphome> 1.2.2
| |-- <ESP8266WiFi> 1.0
|-- <ESP8266WiFi> 1.0
|-- <ESP8266mDNS> 1.2
| |-- <ESP8266WiFi> 1.0
|-- <ESPAsyncWebServer-esphome> 1.2.6
| |-- <ESPAsyncTCP-esphome> 1.2.2
| | |-- <ESP8266WiFi> 1.0
| |-- <Hash> 1.0
| |-- <ESP8266WiFi> 1.0
|-- <DNSServer> 1.1.1
| |-- <ESP8266WiFi> 1.0
Retrieving maximum program size /data/weighingscale/.pioenvs/weighingscale/firmware.elf
Checking size /data/weighingscale/.pioenvs/weighingscale/firmware.elf
RAM: [===== ] 46.3% (used 37920 bytes from 81920 bytes)
Flash: [==== ] 38.5% (used 402096 bytes from 1044464 bytes)
========================= [SUCCESS] Took 9.95 seconds =========================
The warning about obsolete PIO Core has been highlighted as strike through.
How do I remove multiple PIO cores as stated in this.