Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
Add NMEA2000 libraries
  • Loading branch information
zschramm authored Apr 17, 2024
1 parent 4410df6 commit ec3d822
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/dual_thermocouple_sensors/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:wemos_d1_mini32]
[env:esp32_dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
adafruit/MAX6675 library@^1.1.2
signalk/SensESP@^2.7.2
ttlappalainen/NMEA2000_esp32@^1.0.3
ttlappalainen/NMEA2000-library@^4.21.2
monitor_speed = 115200
board_build.partitions = min_spiffs.csv

0 comments on commit ec3d822

Please sign in to comment.