-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63e56c8
commit 72a9352
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule arduino_bootstrapper
updated
5 files
+1 −1 | library.json | |
+1 −1 | library.properties | |
+1 −1 | platformio.ini | |
+22 −1 | src/PingESP.cpp | |
+1 −0 | src/PingESP.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ extra_configs = secrets.ini | |
platform = [email protected] | ||
board = d1_mini | ||
framework = arduino | ||
platform_packages = platformio/framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#8ae300d4760b422cef4ee15cbabfb39dcb469216 | ||
platform_packages = platformio/framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git#0e5d358c3c15cff4b12fd89d9e605ff9fa0709a6 | ||
; set frequency to 160MHz 160000000L oppure 80000000L // 160MHz is not good for the IR library | ||
f_cpu = 80000000L | ||
monitor_speed = 115200 | ||
|