Initial commit

This commit is contained in:
2025-09-09 09:27:33 +08:00
commit fcb09432e9
426 changed files with 186731 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/ColorFormat.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/ColorFormat.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/ColorFormat.h

View File

@ -0,0 +1,49 @@
.pioenvs/pressure-monitor/FrameworkArduino/Esp.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/MD5Builder.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HashBuilder.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HEXBuilder.h

View File

@ -0,0 +1,4 @@
.pioenvs/pressure-monitor/FrameworkArduino/FirmwareMSC.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/FirmwareMSC.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/FirmwareMSC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBMSC.h

View File

@ -0,0 +1,46 @@
.pioenvs/pressure-monitor/FrameworkArduino/FunctionalInterrupt.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/FunctionalInterrupt.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/FunctionalInterrupt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h

View File

@ -0,0 +1,47 @@
.pioenvs/pressure-monitor/FrameworkArduino/HEXBuilder.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HEXBuilder.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HEXBuilder.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/HWCDC.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USB.h

View File

@ -0,0 +1,45 @@
.pioenvs/pressure-monitor/FrameworkArduino/HardwareSerial.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h

View File

@ -0,0 +1,9 @@
.pioenvs/pressure-monitor/FrameworkArduino/IPAddress.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/StreamString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h

View File

@ -0,0 +1,50 @@
.pioenvs/pressure-monitor/FrameworkArduino/MD5Builder.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/MD5Builder.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HEXBuilder.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/MD5Builder.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HashBuilder.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HEXBuilder.h

View File

@ -0,0 +1,9 @@
.pioenvs/pressure-monitor/FrameworkArduino/MacAddress.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/MacAddress.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/MacAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h

View File

@ -0,0 +1,45 @@
.pioenvs/pressure-monitor/FrameworkArduino/Print.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h

View File

@ -0,0 +1,49 @@
.pioenvs/pressure-monitor/FrameworkArduino/SHA1Builder.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/SHA1Builder.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/SHA1Builder.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HashBuilder.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HEXBuilder.h

View File

@ -0,0 +1,45 @@
.pioenvs/pressure-monitor/FrameworkArduino/Stream.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h

View File

@ -0,0 +1,46 @@
.pioenvs/pressure-monitor/FrameworkArduino/StreamString.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/StreamString.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/StreamString.h

View File

@ -0,0 +1,45 @@
.pioenvs/pressure-monitor/FrameworkArduino/Tone.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Tone.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/USB.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USB.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USB.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/USBCDC.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/USBMSC.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBMSC.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBMSC.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/WMath.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WMath.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h

View File

@ -0,0 +1,45 @@
.pioenvs/pressure-monitor/FrameworkArduino/WString.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h

View File

@ -0,0 +1,48 @@
.pioenvs/pressure-monitor/FrameworkArduino/base64.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/base64.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/libb64/cdecode.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/libb64/cencode.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/base64.h

View File

@ -0,0 +1,4 @@
.pioenvs/pressure-monitor/FrameworkArduino/cbuf.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/cbuf.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/cbuf.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h

View File

@ -0,0 +1,46 @@
.pioenvs/pressure-monitor/FrameworkArduino/chip-debug-report.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/chip-debug-report.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp_arduino_version.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp8266-compat.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/stdlib_noniso.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/binary.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/extra_attr.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WCharacter.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Stream.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Client.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Server.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Udp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HardwareSerial.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/HWCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/USBCDC.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Esp.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/io_pin_remap.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-adc.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,22 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-bt.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-cpu.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32-libs/esp32/dio_qspi/include/sdkconfig.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-dac.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-gpio.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-i2c-ng.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c-ng.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,5 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-i2c-slave.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c-slave.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c-slave.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-i2c.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-ledc.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,22 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-matrix.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-misc.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-misc.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32-libs/esp32/dio_qspi/include/sdkconfig.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h

View File

@ -0,0 +1,5 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-periman.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32-libs/esp32/dio_qspi/include/sdkconfig.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,22 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-psram.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h

View File

@ -0,0 +1,22 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-rgb-led.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-rmt.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-sigmadelta.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-spi.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,22 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-time.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-time.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h

View File

@ -0,0 +1,22 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-timer.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h

View File

@ -0,0 +1,2 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-tinyusb.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-tinyusb.c

View File

@ -0,0 +1,2 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-touch-ng.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.c

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-touch.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,23 @@
.pioenvs/pressure-monitor/FrameworkArduino/esp32-hal-uart.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-uart.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-log.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-matrix.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-gpio.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/variants/esp32/pins_arduino.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-touch-ng.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-dac.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-adc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-spi.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-i2c.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-ledc.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rmt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-sigmadelta.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-timer.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-bt.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-psram.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-rgb-led.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-cpu.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/esp32-hal-periman.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/firmware_msc_fat.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/firmware_msc_fat.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/firmware_msc_fat.h

View File

@ -0,0 +1,7 @@
.pioenvs/pressure-monitor/FrameworkArduino/freertos_stats.cpp.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.cpp \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/freertos_stats.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/pgmspace.h \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/Printable.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/libb64/cdecode.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/libb64/cdecode.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/libb64/cdecode.h

View File

@ -0,0 +1,3 @@
.pioenvs/pressure-monitor/FrameworkArduino/libb64/cencode.c.o: \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/libb64/cencode.c \
C:/Users/ZLAWJ/.platformio/packages/framework-arduinoespressif32/cores/esp32/libb64/cencode.h

Some files were not shown because too many files have changed in this diff Show More