You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,9 @@ Check the examples folder for sample implementation of this library and tracking
90
90
91
91
## Examples
92
92
93
-
Library comes with [example sketches](https://github.com/krzychb/EspSaveCrash/tree/master/examples) that let you trigger some exceptions and see how to visualize saved data.
93
+
Library comes with [example sketches](https://github.com/brainelectronics/EspSaveCrashSpiffs/tree/master/examples) that let you trigger some exceptions and see how to visualize saved data.
94
94
95
-
Please check separate section [how to use example sketches](examples.md) and what particular functionality they provide.
95
+
<!--Please check separate section [how to use example sketches](examples.md) and what particular functionality they provide.-->
96
96
97
97
98
98
## Tested With
@@ -106,14 +106,14 @@ Please check separate section [how to use example sketches](examples.md) and wha
106
106
### Programming Environment
107
107
108
108
*[Arduino IDE](https://www.arduino.cc/en/Main/Software) 1.6.9 portable version running on Windows 7 x64
109
+
*[Arduino IDE](https://www.arduino.cc/en/Main/Software) 1.8.9 portable version running on Mac OS X
109
110
*[PlatformIO IDE](http://platformio.org/platformio-ide) 1.3.0 CLI 2.11.0 running on Windows 7 x64
110
-
*[Visual Micro](http://www.visualmicro.com/) 1606.17.10 with Visual Studio Community 2015 running on Windows 7 x64
111
111
112
112
113
113
## Installation
114
114
115
115
* Arduino IDE - use [Library Manager](https://www.arduino.cc/en/Guide/Libraries#toc2) in Arduino IDE and search for *EspSaveCrash*.
116
-
* PlatformIO IDE - use PlatformIO's [Library Manager](http://docs.platformio.org/en/stable/librarymanager/). In particular execute `pio lib install 376`.
116
+
<!--* PlatformIO IDE - use PlatformIO's [Library Manager](http://docs.platformio.org/en/stable/librarymanager/). In particular execute `pio lib install 376`.-->
117
117
* Visual Micro - installation procedure is the same as for Arduino IDE above.
0 commit comments