From 378edd51bfb2cab90b0b54f9bdeab4e23ed1c368 Mon Sep 17 00:00:00 2001 From: Kent Williams Date: Mon, 8 Jun 2020 09:48:18 -0700 Subject: [PATCH] small readme change --- ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/README.md b/ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/README.md index 03ff669..b677c9a 100644 --- a/ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/README.md +++ b/ST-B-L072Z-LRWAN1/longfi-us915-cayenne-sensor/README.md @@ -41,7 +41,7 @@ https://grumpyoldpizza.github.io/ArduinoCore-stm32l0/package_stm32l0_boards_inde ### Temporary Manual Fix This issue has been fixed but not released yet, until then you will need to insert three lines of code in a library file. -Insert the following three lines below at line 30 in file Callback.h found at the path below. +Insert the following three lines below at line 30 in file `Callback.h` found at the path below. ``` #ifndef NULL #define NULL 0 @@ -49,7 +49,8 @@ Insert the following three lines below at line 30 in file Callback.h found at th ``` Into the file found here: linux: /home/{user}/.arduino15/packages/TleraCorp/hardware/stm32l0/0.0.10/cores/arduino -windows: C:\Users\{User}\AppData\Local\Arduino15\packages\TleraCorp\hardware\stm32l0\0.0.10\cores\arduino +windows: C:\Users\\{User}\AppData\Local\Arduino15\packages\TleraCorp\hardware\stm32l0\0.0.10\cores\arduino +windows alternative: C:\Users\{user}\Documents\ArduinoData\packages\TleraCorp\hardware\stm32l0\0.0.10\cores\arduino mac os: /Users/{user}/Library/Arduino15/packages/TleraCorp/hardware/stm32l0/0.0.10/cores/arduino ![arduino_board_support](https://i.gyazo.com/216457ad64b8f85016d1b6d7cc6df044.png)