Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wordpress compatibility #14

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d6afb2a
Update README.md
davidkingsman Aug 8, 2021
030d2ed
Merge branch 'master' of https://github.com/Dave19171/split-flap
davidkingsman Aug 8, 2021
7745885
Replaced wrong tutorial link
davidkingsman Aug 8, 2021
ae7f297
fixed test routine
davidkingsman Aug 11, 2021
dc608b3
add common mistakes and how to fix
davidkingsman Aug 27, 2021
cf6efb6
model files
kurtbeheydt Sep 26, 2021
df391c2
building instructions
kurtbeheydt Sep 26, 2021
c1819ba
arduino nano code rebased for platformio
kurtbeheydt Sep 26, 2021
ea1f3db
wip backend over socketIO
kurtbeheydt Oct 29, 2021
49f2856
interface update
kurtbeheydt Nov 8, 2021
a8f0fda
calibration bugfixes
kurtbeheydt Nov 13, 2021
780fc4c
bugfix
kurtbeheydt Nov 14, 2021
94d4786
i2ctest to test hardware and wiring
kurtbeheydt Nov 14, 2021
7d3b9e9
tools, hardware reorganisation. eeprom
kurtbeheydt Nov 14, 2021
9041643
using steps in stead of flaps to calibrate offset
kurtbeheydt Nov 14, 2021
80361ab
esp ported to socket io
kurtbeheydt Nov 15, 2021
cb917bf
backend in socket io with test buttons
kurtbeheydt Nov 15, 2021
e80a7fa
cleanup
kurtbeheydt Nov 15, 2021
05d4699
cleanup
kurtbeheydt Nov 16, 2021
9b58dbf
working webgui for one device
kurtbeheydt Nov 16, 2021
272fb81
connection status client on dashboard
kurtbeheydt Nov 16, 2021
b79bfec
multiple devices
kurtbeheydt Nov 16, 2021
2b49427
ignore config
kurtbeheydt Nov 16, 2021
0b4a9a5
extra comment
kurtbeheydt Nov 16, 2021
1d82f2e
Merge branch 'master' of github.com:kurtbeheydt/split-flap
kurtbeheydt Nov 16, 2021
87bb841
online connection
kurtbeheydt Nov 16, 2021
161c629
cleanup
kurtbeheydt Nov 16, 2021
ac214f3
doc
kurtbeheydt Nov 16, 2021
72d5dce
printconfigs
kurtbeheydt Nov 21, 2021
7ac2899
date format not in German format - bugfix in year
kurtbeheydt Nov 22, 2021
7d046e1
i2c also for address 0x00
kurtbeheydt Nov 22, 2021
0116f0c
added extra reset function
kurtbeheydt Dec 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
original
esp/src/config.h
70 changes: 0 additions & 70 deletions EEPROM_Write_Offset/EEPROM_Write_Offset.ino

This file was deleted.

179 changes: 0 additions & 179 deletions ESPMaster/ESPMaster.ino

This file was deleted.

117 changes: 0 additions & 117 deletions ESPMaster/FlapFunctions.ino

This file was deleted.

7 changes: 0 additions & 7 deletions ESPMaster/TimeFunctions.ino

This file was deleted.

Loading