Verkehrsrot
bf5435c4f7
Update platformio.ini
2019-07-22 23:48:22 +02:00
Verkehrsrot
99515f1191
v1.7.82
2019-07-16 22:48:37 +02:00
Verkehrsrot
37c3faad8c
platformio.ini: added wemos32matrix.h
2019-07-15 22:06:50 +02:00
Verkehrsrot
fbe0cf3b2e
bugfix no GPS time sync after cold start ( #376 )
2019-07-07 16:00:48 +02:00
Verkehrsrot
194ee9d813
platformio.ini updated
2019-07-06 15:52:11 +02:00
Verkehrsrot
197e2d0e80
new hal file selection concept
2019-06-30 17:48:24 +02:00
Verkehrsrot
cb2cc8c007
Update platformio.ini
2019-06-29 17:16:16 +02:00
Verkehrsrot
f65039313e
platformio.ini
2019-06-29 17:14:27 +02:00
Verkehrsrot
f6945bd624
platformio.ini: env dev added
2019-06-29 17:05:49 +02:00
Verkehrsrot
448cb25733
platformio.ini env dev added
2019-06-29 17:04:57 +02:00
Verkehrsrot
1212dca58c
Merge branch 'master' of https://github.com/cyberman54/ESP32-Paxcounter
2019-06-29 15:34:58 +02:00
Verkehrsrot
dfdaa49ad2
bugfix platformio.ini (upload_speed)
2019-06-29 15:34:46 +02:00
Verkehrsrot
f4f1cb5fc5
Update platformio.ini
2019-06-29 15:24:42 +02:00
Verkehrsrot
ebeb44fe6c
migration to pio v4
2019-06-29 15:03:55 +02:00
cyberman54
1e6bac6be3
v1.7.62
2019-06-23 15:52:54 +02:00
cyberman54
5d1cc10379
migrate platformio.ini to pio 4 (issue #380 )
2019-06-23 15:51:10 +02:00
cyberman54
2932e8ae1a
platformio.ini: env_default -> default_envs
2019-06-23 13:09:43 +02:00
Verkehrsrot
12be3b3558
Build.py adapted to new platformio version
2019-05-29 20:13:39 +02:00
Verkehrsrot
4d6e590d0c
Merge branch 'development' of https://github.com/cyberman54/ESP32-Paxcounter into development
2019-05-29 18:49:05 +02:00
Verkehrsrot
84aa49c85c
platformio.ini: update Makuna RTC lib version
2019-05-29 18:48:37 +02:00
cyberman54
5f52120fc0
LED matrix feature
2019-05-27 23:29:26 +02:00
Verkehrsrot
5a3a5e2969
Build script now sets paths to lmic config
2019-05-26 17:46:33 +02:00
Verkehrsrot
d04a04adfa
patches for new paths in platformio core 4.0.0a15
2019-05-25 16:32:57 +02:00
Verkehrsrot
3baf0c4ac4
Merge pull request #366 from cyberman54/master
...
update dev to master
2019-05-18 13:12:17 +02:00
Verkehrsrot
6796d65e06
platformio.ini: bugfix heltec2v (issue #363 )
2019-05-16 17:07:28 +02:00
Verkehrsrot
19849c4eea
v1.7.61 (LED matrix support)
2019-05-07 21:17:06 +02:00
Verkehrsrot
441863109f
Merge branch 'development' into master
2019-05-07 11:24:24 +02:00
Alex Goris
13f89a45e5
feat(wemos32oled): Added support for Wemos32 OLED board
...
This commit adds support for what I call the 'Wemos32 OLED' board.
It's a Wemos branded board, however it does not appear on Wemos'
website.
2019-05-06 14:04:46 +02:00
Alex Goris
0060b101df
feat(LED Matrix Display): Added support for a LED Matrix display
...
This commit adds support for a specific LED Matrix display, which can be
used to show the number of found devices on a rather large display.
We (hackerspace Brixel) used this on the mini Maker Faire Gent 2019 to
show the number of found devices throughout the event
2019-05-05 23:43:18 +02:00
Verkehrsrot
45b51441ec
button handling improvment
2019-05-03 20:24:42 +02:00
Verkehrsrot
d8af99cbe4
v1.7.55
2019-04-19 18:07:36 +02:00
Verkehrsrot
195661a520
GPS data handling refactored
2019-04-15 12:57:55 +02:00
Verkehrsrot
58b8577e81
Update platformio.ini
2019-04-10 21:04:36 +02:00
Verkehrsrot
20dafae746
v1.7.5
2019-04-06 21:54:05 +02:00
Verkehrsrot
b5395661fc
fix issue #332
2019-03-31 15:32:22 +02:00
Verkehrsrot
f7aede199d
platformio.ini: bugfix rtc lib
2019-03-24 22:25:36 +01:00
Verkehrsrot
96b0ec98f1
platformio.ini: v1.7.4
2019-03-24 16:21:08 +01:00
Verkehrsrot
cd3928af4f
platformio.ini: ecopower board added
2019-03-23 11:05:47 +01:00
Verkehrsrot
f7e6f62f11
rtctime.cpp: compiled time init option
2019-03-19 20:54:59 +01:00
Verkehrsrot
af4cf1d09f
timesync improvements
2019-03-16 21:01:43 +01:00
Verkehrsrot
4f9651c401
merge ifdef refactoring (pr #313 )
2019-03-13 21:47:05 +01:00
Verkehrsrot
bfa28d4139
BME280 integration (PR #309 )
2019-03-13 21:15:28 +01:00
Verkehrsrot
3cc38abaea
Merge branch 'development' into bme280
2019-03-13 20:23:14 +01:00
Verkehrsrot
408c09db80
platformio.ini defaults
2019-03-13 20:21:46 +01:00
Verkehrsrot
cc13a38e56
LoRa timesync (first working version)
2019-03-12 23:54:58 +01:00
Oliver Brandmueller
4a7525efcb
replace #ifdef with #if to streamline feature setting
2019-03-11 18:09:01 +01:00
Verkehrsrot
c64f087faa
timesync (experimental)
2019-03-09 15:25:44 +01:00
Gregor Wolf
91cc9dba0c
Support for BME280
2019-03-08 18:13:51 +01:00
cyberman54
85f629b662
servertimesync (experimental)
2019-03-08 16:10:22 +01:00
Verkehrsrot
9fcf374de0
v1.7.36 (issue #250 )
2019-03-07 21:30:09 +01:00