Skip to content

Commit 395658b

Browse files
authored
Added onewire to S3_BLE and S3_ALL firmwares (#3039)
1 parent 2a109b0 commit 395658b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/ESP32/CMakePresets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@
356356
"NF_FEATURE_RTC": "ON",
357357
"NF_FEATURE_HAS_SDCARD": "ON",
358358
"ESP32_USB_CDC": "ON",
359+
"API_nanoFramework.Device.OneWire": "ON",
359360
"API_nanoFramework.Device.Bluetooth": "ON",
360361
"API_System.Device.I2c.Slave": "ON",
361362
"API_nanoFramework.Graphics": "ON",
@@ -382,6 +383,7 @@
382383
"NF_FEATURE_RTC": "ON",
383384
"NF_FEATURE_HAS_SDCARD": "ON",
384385
"ESP32_USB_CDC": "ON",
386+
"API_nanoFramework.Device.OneWire": "ON",
385387
"API_nanoFramework.Device.Bluetooth": "ON",
386388
"API_System.Device.I2c.Slave": "ON",
387389
"API_nanoFramework.Graphics": "ON",

0 commit comments

Comments
 (0)