We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea980b9 commit e134eceCopy full SHA for e134ece
nanoFramework.Hardware.Esp32/Errors.cs
@@ -16,6 +16,7 @@ public enum EspNativeError : Int32
16
/// No error
17
/// </summary>
18
OK = 0,
19
+
20
/// <summary>
21
/// The function failed
22
nanoFramework.Hardware.Esp32/NativeMemory.cs
@@ -19,7 +19,7 @@ public class NativeMemory
public enum MemoryType
{
- /// All memory ( Internal and SpiRam
+ /// All memory ( Internal and SpiRam ).
23
24
All,
25
0 commit comments