Skip to content

Commit fae45b1

Browse files
committed
Version bump
1 parent 41fd4c0 commit fae45b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ESP Firmware/src/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- hackAIR ESP Firmware
22
-- Handles WiFi setup and network communications
3-
-- @version 0.4.0
3+
-- @version 0.5.0
44
-- @author Thanasis Georgiou
55

66
--- The server URL used for sending data to the hackAIR project
@@ -55,7 +55,7 @@ function handle_uart(data)
5555
elseif com == 'e+restart' then -- Restart ESP
5656
node.restart()
5757
elseif com == 'e+version' then -- Version info
58-
uart.write(0, 'v4')
58+
uart.write(0, 'v5')
5959
elseif com == 'e+send' then -- Send data to server
6060
if args == nil then
6161
print('Command e+send requires parameters (pm25, pm10, battery, tamper, error)')

0 commit comments

Comments
 (0)