arduino IDE
This commit is contained in:
parent
337f65bb5d
commit
d703dde31e
5
facp/.gitignore
vendored
5
facp/.gitignore
vendored
@ -1,5 +0,0 @@
|
|||||||
.pio
|
|
||||||
.vscode/.browse.c_cpp.db*
|
|
||||||
.vscode/c_cpp_properties.json
|
|
||||||
.vscode/launch.json
|
|
||||||
.vscode/ipch
|
|
@ -1,17 +0,0 @@
|
|||||||
; PlatformIO Project Configuration File
|
|
||||||
;
|
|
||||||
; Build options: build flags, source filter
|
|
||||||
; Upload options: custom upload port, speed and extra flags
|
|
||||||
; Library options: dependencies, extra library storages
|
|
||||||
; Advanced options: extra scripting
|
|
||||||
;
|
|
||||||
; Please visit documentation for the other options and examples
|
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
|
||||||
|
|
||||||
[env:esp32doit-devkit-v1]
|
|
||||||
platform = espressif32
|
|
||||||
board = esp32doit-devkit-v1
|
|
||||||
framework = arduino
|
|
||||||
monitor_speed = 115200
|
|
||||||
lib_deps =
|
|
||||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
|
@ -219,7 +219,7 @@ void setup() {
|
|||||||
EEPROM.begin(1025); //allocate memory address 0-1024 for EEPROM
|
EEPROM.begin(1025); //allocate memory address 0-1024 for EEPROM
|
||||||
Serial.println("Configured EEPROM for addresses 0-1024");
|
Serial.println("Configured EEPROM for addresses 0-1024");
|
||||||
Serial.begin(115200); //begin serial
|
Serial.begin(115200); //begin serial
|
||||||
Serial.println("Lexzach's Low-Cost FACP v1");
|
Serial.println("Lexzach's Low-Cost FACP v1.4");
|
||||||
Serial.println("Booting...");
|
Serial.println("Booting...");
|
||||||
|
|
||||||
//----------------------------------------------------------------------------- SETUP PINS
|
//----------------------------------------------------------------------------- SETUP PINS
|
Before Width: | Height: | Size: 582 KiB After Width: | Height: | Size: 582 KiB |
Before Width: | Height: | Size: 533 KiB After Width: | Height: | Size: 533 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Loading…
x
Reference in New Issue
Block a user