Skip to content

Commit

Permalink
Align libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Feb 9, 2024
1 parent a9b3265 commit 9585445
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 109 deletions.
2 changes: 1 addition & 1 deletion helper/pypilot.ts → helper/autopilot/pypilot.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// **** Experiment: PyPilot integration ****

import { Request, Response } from 'express';
import { FreeboardHelperApp } from '.';
import { FreeboardHelperApp } from '..';
import { Path, SKVersion } from '@signalk/server-api';

import { io, Socket } from 'socket.io-client';
Expand Down
4 changes: 2 additions & 2 deletions helper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
WEATHER_CONFIG,
initWeather,
stopWeather
} from './weather';
} from './weather/weather-service';

import { initPyPilot, PYPILOT_CONFIG, closePyPilot } from './pypilot';
import { initPyPilot, PYPILOT_CONFIG, closePyPilot } from './autopilot/pypilot';

import * as openapi from './openApi.json';

Expand Down
Loading

0 comments on commit 9585445

Please sign in to comment.