Skip to content

Commit

Permalink
Arduino Bootstrapper (v1.16.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi committed Jan 5, 2024
1 parent c0f5eb4 commit 29184ba
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/ChangeName.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ChangeName.cpp - Main Arduino File - Utility classes for bootstrapping arduino projects with Wifi management,
OTA upload management, memory management, MQTT and queue management.
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion examples/ChangeName.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
ChangeName.h - Main header
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/sblantipodi/arduino_bootstrapper.git"
},
"version": "1.16.0",
"version": "1.16.1",
"examples": "examples/*.cpp",
"exclude": "tests",
"frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Bootstrapper
version=1.16.0
version=1.16.1
author=Davide Perini <[email protected]>
maintainer=Davide Perini <[email protected]>
sentence=A client library for MQTT messaging.
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BoostrapManager.cpp - Main file for bootstrapping arduino projects
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapManager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BoostrapManager.cpp - Main header for bootstrapping arduino projects
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Configuration.cpp - Configuration impl
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Configuration.h - Config header
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Helpers.cpp - Helper classes
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Helpers.h - Helper classes
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/PingESP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
some routers isn't able to detect connected devices if there is no traffic over the internet or direct to the gateway.
This is helpful as a stay alive class, useful for not triggering security features on routers.
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/PingESP.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PingESP pingESP;
- use `pingESP.ping(WiFi.gatewayIP());` in your application code
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/QueueManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
QueueManager.cpp - Managing MQTT queue
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/QueueManager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
QueueManager.h - Managing MQTT queue
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Secrets.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Secrets.h - Store your secrets here
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/WifiManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
WifiManager.cpp - Managing WiFi and OTA
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/WifiManager.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
WifiManager.h - Managing Wifi and OTA
Copyright © 2020 - 2023 Davide Perini
Copyright © 2020 - 2024 Davide Perini
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 29184ba

Please sign in to comment.