@leonardojc/capacitor-ioboard 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ public class CapacitorIoboardPlugin extends Plugin implements SerialConnectionMa
17
17
 
18
18
  // Debug mode control
19
19
  // Set to false for production to minimize logs
20
- private static final boolean DEBUG_MODE = BuildConfig.DEBUG;
20
+ private static final boolean DEBUG_MODE = true;
21
21
 
22
22
  private SerialConnectionManager serialManager;
23
23
  private IOBoardManager ioBoardManager;
@@ -20,7 +20,7 @@ public class SerialConnectionManager {
20
20
  private static final String TAG = "SerialConnectionManager";
21
21
 
22
22
  // Debug mode control - matches CapacitorIoboardPlugin
23
- private static final boolean DEBUG_MODE = BuildConfig.DEBUG;
23
+ private static final boolean DEBUG_MODE = true;
24
24
 
25
25
  public interface SerialDataListener {
26
26
  void onDataReceived(byte[] data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonardojc/capacitor-ioboard",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "A comprehensive Capacitor plugin for IOBoard devices with integrated serial communication and complete MTC3P08L protocol support including OTA updates",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",