Skip to content

Commit

Permalink
Enabling pressure sensor, updating to 7.3.0 version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Jun 12, 2024
1 parent 1c4e9e5 commit 15760e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.beanconqueror.app" version="7.2.1" xmlns="http://www.w3.org/ns/widgets">
<widget id="com.beanconqueror.app" version="7.3.0" xmlns="http://www.w3.org/ns/widgets">
<name>Beanconqueror</name>
<description />
<author email="[email protected]" href="https://github.com/graphefruit/beanconqueror">Lars Saalbach</author>
Expand Down
2 changes: 1 addition & 1 deletion src/classes/devices/bookooPressure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Pressure, PressureDevice, psiToBar } from './pressureBluetoothDevice';

declare var ble: any;
export class BookooPressure extends PressureDevice {
public static DEVICE_NAME = 'XXXX_bookoo_em';
public static DEVICE_NAME = 'bookoo_em';
public static PRESSURE_SERVICE_UUID = '0FFF';
public static PRESSURE_CMD_UUID = 'FF01';
public static PRESSURE_PRESSURE_UUID = 'FF02';
Expand Down

0 comments on commit 15760e4

Please sign in to comment.