Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zschramm committed Apr 17, 2024
1 parent ec3d822 commit e7be3d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions examples/dual_thermocouple_sensors/max6675_signalk_n2k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ void setup() {
->set_hostname("egt-temp")
// Optionally, hard-code the WiFi and Signal K server
// settings. This is normally not needed.
->set_wifi("Off Hand 2.4G", "2222222222")
//->set_wifi("kitty3", "2222222222")
//->set_sk_server("192.168.8.10", 3443)
->set_wifi("XXXXXXX", "XXXXXXXX")
//->set_sk_server("XXXXXXXX", 3443)
->get_app();

auto* engine_0_egt_temperature = new RepeatSensor<float>(1000, temp0_callback);
Expand Down
4 changes: 2 additions & 2 deletions examples/dual_thermocouple_sensors/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
ttlappalainen/NMEA2000_esp32@^1.0.3 ; only needed for n2k interface
ttlappalainen/NMEA2000-library@^4.21.2 ; only needed for n2k interface
monitor_speed = 115200
board_build.partitions = min_spiffs.csv

0 comments on commit e7be3d6

Please sign in to comment.