mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 14:06:31 +01:00
local config changes
This commit is contained in:
@@ -28,19 +28,15 @@
|
||||
// flasher options
|
||||
#define CUSTOM_MAC_HDR 0x0000
|
||||
|
||||
// connections to the tag
|
||||
//#define RXD1 16 //was 16 - 13
|
||||
//#define TXD1 17 // was 17 - 12
|
||||
#define RXD1 16
|
||||
#define TXD1 17
|
||||
|
||||
#define RXD1 13 // 1st
|
||||
#define TXD1 12 // 2nd
|
||||
|
||||
#define ZBS_SS 21
|
||||
#define ZBS_SS 5
|
||||
#define ZBS_CLK 18
|
||||
#define ZBS_MoSi 22
|
||||
#define ZBS_MoSi 23
|
||||
#define ZBS_MiSo 19
|
||||
#define ZBS_Reset 5
|
||||
#define ZBS_POWER1 15
|
||||
#define ZBS_POWER2 2
|
||||
#define ZBS_Reset 2
|
||||
#define ZBS_POWER1 13
|
||||
#define ZBS_POWER2 15
|
||||
|
||||
#define MAX_WRITE_ATTEMPTS 5
|
||||
#define MAX_WRITE_ATTEMPTS 5
|
||||
|
||||
@@ -8,20 +8,19 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:esp32cam]
|
||||
[env:lolin32_lite]
|
||||
platform = espressif32
|
||||
board = esp32cam
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
;board_build.partitions = min_spiffs.csv
|
||||
board_build.partitions = no_ota.csv
|
||||
platform_packages =
|
||||
monitor_filters = esp32_exception_decoder
|
||||
monitor_speed = 115200
|
||||
board_build.f_cpu = 240000000L
|
||||
board_build.filesystem = littlefs
|
||||
lib_deps =
|
||||
https://github.com/me-no-dev/ESPAsyncWebServer
|
||||
https://github.com/tzapu/WiFiManager.git#feature_asyncwebserver
|
||||
bblanchon/ArduinoJson
|
||||
|
||||
upload_port = COM12
|
||||
monitor_port = COM12
|
||||
upload_port = COM5
|
||||
monitor_port = COM5
|
||||
|
||||
14
tag_fw/make.bat
Normal file
14
tag_fw/make.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
makeit clean
|
||||
makeit
|
||||
del /s *.asm
|
||||
del /s *.lst
|
||||
del /s *.rst
|
||||
del /s *.sym
|
||||
del /s *.map
|
||||
del /s *.mem
|
||||
del /s *.ihx
|
||||
del /s *.adb
|
||||
del /s *.rel
|
||||
del /s *.omf
|
||||
|
||||
Reference in New Issue
Block a user