File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ Installing the BME280 library could have the following outcomes:
71
71
* It installs successfully and your code fails to run with a memory allocation
72
72
error. Try one of the following:
73
73
74
- * If your :data: ` code.py ` is large, especially if it has lots of comments, you
75
- can shrink it into a :data: ` .mpy ` file instead. See the Adafruit
74
+ * If your `` code.py ` ` is large, especially if it has lots of comments, you
75
+ can shrink it into a `` .mpy ` ` file instead. See the Adafruit
76
76
`Learn Guide <https://learn.adafruit.com/Memory-saving-tips-for-CircuitPython/non-volatile-not-enough-disk-space >`_
77
77
on shrinking your code.
78
78
* Only use the basic BME280 implementation, and remove the following file:
79
- :data: ` <CIRCUITPY>/lib/adafruit_bme280/advanced.mpy ` where <CIRCUITPY> is the
79
+ `` <CIRCUITPY>/lib/adafruit_bme280/advanced.mpy ` ` where <CIRCUITPY> is the
80
80
mounted location of your device. Make sure that your code only uses the basic
81
81
implementation.
82
82
You can’t perform that action at this time.
0 commit comments