XiangYang
XiangYang
由于hwcrypto/* 在新版中移动到了 esp32/*. 编译会出现hwcrypto/aes.h: No such file or directory 的错误 解决方案如下: - arduino 中Esp32库降级到 之前的版本(1.0.6)正确编译 - 或 将Crypto升级到 0.4.0 [https://github.com/OperatorFoundation/Crypto](https://github.com/OperatorFoundation/Crypto)
using ``` [FieldOrder(0)] [SerializeAs(SerializedType.TerminatedString, StringTerminator = (char)0x20, ConverterType = typeof(HexStringToIntConvert))] public int DataAmount { get; set; } ``` Refs: #199
hello I'm trying to use this package to interface with Sick Lidars. I'm trying to read int data in a hexadecimal ASCII string sourse ```hex EA1 ED7 F13 F25 F26...
### Describe the bug An asterisk "*" cannot be entered ### To Reproduce An asterisk "*" cannot be entered ### Expected behavior An asterisk "*" entered ### Screenshots _No response_...
``` /* create Modbus RTU client */ var client = new ModbusRtuClient(); client.Logger = loggerFactory.CreateLogger("Client"); ``` 
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description  The same error occurs in https://github.com/aspnetboilerplate/aspnetboilerplate/pull/6805 to https://github.com/abpframework/abp/blob/ac792033d78a7b7644835c866acc2d6a55e5990c/framework/src/Volo.Abp.EventBus/Volo/Abp/EventBus/EventBusBase.cs#L139 ### Reproduction Steps...
## Overview This PR introduces desktop application support for Plasio using Electron and improves the build system for better development experience. ## Changes ### Desktop Application Support (feat: desktop) -...
- Revise the time offset setting logic to use newValue instead of mTimeShiftValue.TotalMilliseconds - Update the time offset loading method to directly use Settings.Default.TimeShiftValue - Remove the call to SetTimeshiftValue()...