Skip to content

Commit

Permalink
1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
applenana committed Sep 30, 2024
1 parent 0f7fa51 commit c5e283d
Show file tree
Hide file tree
Showing 14 changed files with 444 additions and 275 deletions.
Binary file modified Arduino/.pio/build/esp12e/.sconsign311.dblite
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/firmware.bin
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/firmware.elf
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/lib049/libLittleFS.a
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/lib6aa/libESP8266WiFi.a
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/lib975/libServo.a
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/lib9a4/libPubSubClient.a
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/libFrameworkArduino.a
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/libc3e/libAdafruit NeoPixel.a
Binary file not shown.
Binary file modified Arduino/.pio/build/esp12e/src/main.cpp.o
Binary file not shown.
2 changes: 1 addition & 1 deletion Arduino/.pio/build/project.checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
207ccd924372b50f58aa4c80788559046db45552
11215f46fabef4adb9be4604df933823807b16d0
19 changes: 19 additions & 0 deletions Arduino/platformio.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
; 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:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
lib_deps =
bblanchon/ArduinoJson@^7.0.4
knolleary/PubSubClient@^2.8
adafruit/Adafruit NeoPixel@^1.12.2
upload_speed = 960000
Loading

0 comments on commit c5e283d

Please sign in to comment.