Skip to content

Commit 4e16bf5

Browse files
fixed readme links
1 parent 1766773 commit 4e16bf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Check the examples folder for sample implementation of this library and tracking
9090

9191
## Examples
9292

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.
9494

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. -->
9696

9797

9898
## Tested With
@@ -106,14 +106,14 @@ Please check separate section [how to use example sketches](examples.md) and wha
106106
### Programming Environment
107107

108108
* [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
109110
* [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
111111

112112

113113
## Installation
114114

115115
* 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`. -->
117117
* Visual Micro - installation procedure is the same as for Arduino IDE above.
118118

119119

0 commit comments

Comments
 (0)